Skip to content

Commit 5236f6b

Browse files
[auto-generated] Update structure file for main
1 parent 41f6439 commit 5236f6b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

structure/main.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8761,6 +8761,8 @@ export type AddonModBigbluebuttonbnGetBigbluebuttonbnsByCoursesWSResponse = {
87618761
groupmode?: number; // Group mode.
87628762
groupingid?: number; // Group id.
87638763
lang?: string; // Forced activity language.
8764+
enableaitools?: number; // AI tools status.
8765+
enabledaiactions?: string; // Enabled AI actions.
87648766
meetingid: string; // Meeting id.
87658767
timemodified: number; // Last time the instance was modified.
87668768
}[];
@@ -8986,6 +8988,8 @@ export type AddonModBookGetBooksByCoursesWSResponse = {
89868988
groupmode?: number; // Group mode.
89878989
groupingid?: number; // Group id.
89888990
lang?: string; // Forced activity language.
8991+
enableaitools?: number; // AI tools status.
8992+
enabledaiactions?: string; // Enabled AI actions.
89898993
numbering: number; // Book numbering configuration.
89908994
navstyle: number; // Book navigation style configuration.
89918995
customtitles: number; // Book custom titles type.
@@ -9126,6 +9130,8 @@ export type AddonModChoiceGetChoicesByCoursesWSResponse = {
91269130
groupmode?: number; // Group mode.
91279131
groupingid?: number; // Group id.
91289132
lang?: string; // Forced activity language.
9133+
enableaitools?: number; // AI tools status.
9134+
enabledaiactions?: string; // Enabled AI actions.
91299135
publish?: boolean; // If choice is published.
91309136
showresults?: number; // 0 never, 1 after answer, 2 after close, 3 always.
91319137
display?: number; // Display mode (vertical, horizontal).
@@ -10275,6 +10281,8 @@ export type AddonModFolderGetFoldersByCoursesWSResponse = {
1027510281
groupmode?: number; // Group mode.
1027610282
groupingid?: number; // Group id.
1027710283
lang?: string; // Forced activity language.
10284+
enableaitools?: number; // AI tools status.
10285+
enabledaiactions?: string; // Enabled AI actions.
1027810286
revision: number; // Incremented when after each file changes, to avoid cache.
1027910287
timemodified: number; // Last time the folder was modified.
1028010288
display: number; // Display type of folder contents on a separate page or inline.
@@ -12390,6 +12398,8 @@ export type AddonModGlossaryGetGlossariesByCoursesWSResponse = {
1239012398
groupmode?: number; // Group mode.
1239112399
groupingid?: number; // Group id.
1239212400
lang?: string; // Forced activity language.
12401+
enableaitools?: number; // AI tools status.
12402+
enabledaiactions?: string; // Enabled AI actions.
1239312403
allowduplicatedentries: number; // If enabled, multiple entries can have the same concept name.
1239412404
displayformat: string; // Display format type.
1239512405
mainglossary: number; // If enabled this glossary is a main glossary.
@@ -12876,6 +12886,8 @@ export type AddonModImscpGetImscpsByCoursesWSResponse = {
1287612886
groupmode?: number; // Group mode.
1287712887
groupingid?: number; // Group id.
1287812888
lang?: string; // Forced activity language.
12889+
enableaitools?: number; // AI tools status.
12890+
enabledaiactions?: string; // Enabled AI actions.
1287912891
revision?: number; // Revision.
1288012892
keepold?: number; // Number of old IMSCP to keep.
1288112893
structure?: string; // IMSCP structure.
@@ -12933,6 +12945,8 @@ export type AddonModLabelGetLabelsByCoursesWSResponse = {
1293312945
groupmode?: number; // Group mode.
1293412946
groupingid?: number; // Group id.
1293512947
lang?: string; // Forced activity language.
12948+
enableaitools?: number; // AI tools status.
12949+
enabledaiactions?: string; // Enabled AI actions.
1293612950
timemodified: number; // Last time the label was modified.
1293712951
}[];
1293812952
warnings?: CoreWSExternalWarning[];
@@ -13683,6 +13697,8 @@ export type AddonModLtiGetLtisByCoursesWSResponse = {
1368313697
groupmode?: number; // Group mode.
1368413698
groupingid?: number; // Group id.
1368513699
lang?: string; // Forced activity language.
13700+
enableaitools?: number; // AI tools status.
13701+
enabledaiactions?: string; // Enabled AI actions.
1368613702
timecreated?: number; // Time of creation.
1368713703
timemodified?: number; // Time of last modification.
1368813704
typeid?: number; // Type id.
@@ -13780,6 +13796,8 @@ export type AddonModPageGetPagesByCoursesWSResponse = {
1378013796
groupmode?: number; // Group mode.
1378113797
groupingid?: number; // Group id.
1378213798
lang?: string; // Forced activity language.
13799+
enableaitools?: number; // AI tools status.
13800+
enabledaiactions?: string; // Enabled AI actions.
1378313801
content: string; // Page content.
1378413802
contentformat: number; // Content format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
1378513803
contentfiles: CoreWSExternalFile[];
@@ -14195,6 +14213,8 @@ export type AddonModQuizGetQuizzesByCoursesWSResponse = {
1419514213
groupmode?: number; // Group mode.
1419614214
groupingid?: number; // Group id.
1419714215
lang?: string; // Forced activity language.
14216+
enableaitools?: number; // AI tools status.
14217+
enabledaiactions?: string; // Enabled AI actions.
1419814218
timeopen?: number; // The time when this quiz opens. (0 = no restriction.).
1419914219
timeclose?: number; // The time when this quiz closes. (0 = no restriction.).
1420014220
timelimit?: number; // The time limit for quiz attempts, in seconds.
@@ -14668,6 +14688,8 @@ export type AddonModResourceGetResourcesByCoursesWSResponse = {
1466814688
groupmode?: number; // Group mode.
1466914689
groupingid?: number; // Group id.
1467014690
lang?: string; // Forced activity language.
14691+
enableaitools?: number; // AI tools status.
14692+
enabledaiactions?: string; // Enabled AI actions.
1467114693
contentfiles: CoreWSExternalFile[];
1467214694
tobemigrated: number; // Whether this resource was migrated.
1467314695
legacyfiles: number; // Legacy files flag.
@@ -14776,6 +14798,8 @@ export type AddonModScormGetScormsByCoursesWSResponse = {
1477614798
groupmode?: number; // Group mode.
1477714799
groupingid?: number; // Group id.
1477814800
lang?: string; // Forced activity language.
14801+
enableaitools?: number; // AI tools status.
14802+
enabledaiactions?: string; // Enabled AI actions.
1477914803
packagesize?: number; // SCORM zip package size.
1478014804
packageurl?: string; // SCORM zip package URL.
1478114805
version?: string; // SCORM version (SCORM_12, SCORM_13, SCORM_AICC).
@@ -15013,6 +15037,8 @@ export type AddonModUrlGetUrlsByCoursesWSResponse = {
1501315037
groupmode?: number; // Group mode.
1501415038
groupingid?: number; // Group id.
1501515039
lang?: string; // Forced activity language.
15040+
enableaitools?: number; // AI tools status.
15041+
enabledaiactions?: string; // Enabled AI actions.
1501615042
externalurl: string; // External URL.
1501715043
display: number; // How to display the url.
1501815044
displayoptions: string; // Display options (width, height).
@@ -15258,6 +15284,8 @@ export type AddonModWikiGetWikisByCoursesWSResponse = {
1525815284
groupmode?: number; // Group mode.
1525915285
groupingid?: number; // Group id.
1526015286
lang?: string; // Forced activity language.
15287+
enableaitools?: number; // AI tools status.
15288+
enabledaiactions?: string; // Enabled AI actions.
1526115289
timecreated?: number; // Time of creation.
1526215290
timemodified?: number; // Time of last modification.
1526315291
firstpagetitle?: string; // First page title.

0 commit comments

Comments
 (0)