@@ -891,6 +891,7 @@ export type AddonCalendarGetActionEventsByCourseWSResponse = {
891891 alttext: string; // Alttext.
892892 iconurl: string; // Iconurl.
893893 iconclass: string; // Iconclass.
894+ purpose: string; // Purpose.
894895 };
895896 category?: {
896897 id: number; // Id.
@@ -1012,6 +1013,7 @@ export type AddonCalendarGetActionEventsByCoursesWSResponse = {
10121013 alttext: string; // Alttext.
10131014 iconurl: string; // Iconurl.
10141015 iconclass: string; // Iconclass.
1016+ purpose: string; // Purpose.
10151017 };
10161018 category?: {
10171019 id: number; // Id.
@@ -1136,6 +1138,7 @@ export type AddonCalendarGetActionEventsByTimesortWSResponse = {
11361138 alttext: string; // Alttext.
11371139 iconurl: string; // Iconurl.
11381140 iconclass: string; // Iconclass.
1141+ purpose: string; // Purpose.
11391142 };
11401143 category?: {
11411144 id: number; // Id.
@@ -1296,6 +1299,7 @@ export type AddonCalendarGetCalendarDayViewWSResponse = {
12961299 alttext: string; // Alttext.
12971300 iconurl: string; // Iconurl.
12981301 iconclass: string; // Iconclass.
1302+ purpose: string; // Purpose.
12991303 };
13001304 category?: {
13011305 id: number; // Id.
@@ -1468,6 +1472,7 @@ export type AddonCalendarGetCalendarEventByIdWSResponse = {
14681472 alttext: string; // Alttext.
14691473 iconurl: string; // Iconurl.
14701474 iconclass: string; // Iconclass.
1475+ purpose: string; // Purpose.
14711476 };
14721477 category?: {
14731478 id: number; // Id.
@@ -1680,6 +1685,7 @@ export type AddonCalendarGetCalendarMonthlyViewWSResponse = {
16801685 alttext: string; // Alttext.
16811686 iconurl: string; // Iconurl.
16821687 iconclass: string; // Iconclass.
1688+ purpose: string; // Purpose.
16831689 };
16841690 category?: {
16851691 id: number; // Id.
@@ -1870,6 +1876,7 @@ export type AddonCalendarGetCalendarUpcomingViewWSResponse = {
18701876 alttext: string; // Alttext.
18711877 iconurl: string; // Iconurl.
18721878 iconclass: string; // Iconclass.
1879+ purpose: string; // Purpose.
18731880 };
18741881 category?: {
18751882 id: number; // Id.
@@ -2009,6 +2016,7 @@ export type AddonCalendarSubmitCreateUpdateFormWSResponse = {
20092016 alttext: string; // Alttext.
20102017 iconurl: string; // Iconurl.
20112018 iconclass: string; // Iconclass.
2019+ purpose: string; // Purpose.
20122020 };
20132021 category?: {
20142022 id: number; // Id.
@@ -2125,6 +2133,7 @@ export type AddonCalendarUpdateEventStartDayWSResponse = {
21252133 alttext: string; // Alttext.
21262134 iconurl: string; // Iconurl.
21272135 iconclass: string; // Iconclass.
2136+ purpose: string; // Purpose.
21282137 };
21292138 category?: {
21302139 id: number; // Id.
0 commit comments