iptdevs-design-system 3.1.892 → 3.1.893

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.
@@ -3026,6 +3026,11 @@ class CommercialService extends IPTGeneralService {
3026
3026
  this.generateRequestParams(params);
3027
3027
  return this.http.post(serviceUrl, this.httpOptions);
3028
3028
  }
3029
+ getFullDataCodByStudentAndCodsBefore(params) {
3030
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/full/data/cod/by/student/and/cod/before';
3031
+ this.generateRequestParams(params);
3032
+ return this.http.post(serviceUrl, this.httpOptions);
3033
+ }
3029
3034
  getCodPricesByAgreementTypePayment(params) {
3030
3035
  let serviceUrl = this.SERVICE_URL + 'post/cod/prices/by/agreement/and/type/payment';
3031
3036
  this.generateRequestParams(params);