iptdevs-design-system 3.1.518 → 3.1.519

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.
@@ -5950,6 +5950,10 @@ class AcademicService extends IPTGeneralService {
5950
5950
  this.generateRequestParams(params);
5951
5951
  return this.http.post(serviceUrl, this.httpOptions);
5952
5952
  }
5953
+ getEventsByCourseCode(coudeCourse) {
5954
+ let serviceUrl = this.SERVICE_URL + 'get/events/by/course/' + coudeCourse;
5955
+ return this.http.get(serviceUrl);
5956
+ }
5953
5957
  }
5954
5958
  AcademicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5955
5959
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });
@@ -6196,6 +6200,8 @@ class CodSelfManagedControls {
6196
6200
  ],
6197
6201
  [
6198
6202
  { name: 'schedule', required: true, description: 'horario requerido' },
6203
+ { name: 'to_start', required: true, description: 'posible inicio' },
6204
+ { name: 'modality', required: true, description: 'Modalidad del curso' },
6199
6205
  // { name: 'academic_plan', required: true, description: 'Plan académico' },
6200
6206
  // { name: 'course_type', required: true, description: 'Tipo de curso' },
6201
6207
  // { name: 'agreement_by_category', required: true, description: 'Convenio' },