iptdevs-design-system 3.1.318 → 3.1.319
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.
|
@@ -164,12 +164,12 @@ export interface IgetCodBcourseByModalityAndDisponibilityRq {
|
|
|
164
164
|
english_level: English_Levels[];
|
|
165
165
|
}
|
|
166
166
|
export interface IObtainAvailableCourseDaysRq {
|
|
167
|
-
startDate:
|
|
167
|
+
startDate: string;
|
|
168
168
|
startTime: string;
|
|
169
169
|
endTime: string;
|
|
170
170
|
numClass: number;
|
|
171
171
|
weekDays: string[];
|
|
172
|
-
startDateClub:
|
|
172
|
+
startDateClub: string;
|
|
173
173
|
startTimeClub: string;
|
|
174
174
|
endTimeClub: string;
|
|
175
175
|
numClassClub: number;
|
|
@@ -181,9 +181,9 @@ export interface IAvailableCourseDaysRs {
|
|
|
181
181
|
schoolDays: longDateAvailabilityRs[];
|
|
182
182
|
schoolDaysClub: longDateAvailabilityRs[];
|
|
183
183
|
schoolDaysCombine: ISchoolDaysCombineRs[];
|
|
184
|
-
ShortDateSchoolDays:
|
|
185
|
-
ShortDateSchoolDaysClub:
|
|
186
|
-
ShortDateSchoolDayCombine:
|
|
184
|
+
ShortDateSchoolDays: string[];
|
|
185
|
+
ShortDateSchoolDaysClub: string[];
|
|
186
|
+
ShortDateSchoolDayCombine: string[];
|
|
187
187
|
weeksClass: number;
|
|
188
188
|
completionClass: Date;
|
|
189
189
|
startTime: string;
|