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: Date;
167
+ startDate: string;
168
168
  startTime: string;
169
169
  endTime: string;
170
170
  numClass: number;
171
171
  weekDays: string[];
172
- startDateClub: Date;
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: Date[];
185
- ShortDateSchoolDaysClub: Date[];
186
- ShortDateSchoolDayCombine: Date[];
184
+ ShortDateSchoolDays: string[];
185
+ ShortDateSchoolDaysClub: string[];
186
+ ShortDateSchoolDayCombine: string[];
187
187
  weeksClass: number;
188
188
  completionClass: Date;
189
189
  startTime: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.318",
3
+ "version": "3.1.319",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",