iptdevs-design-system 3.2.108 → 3.2.109

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.
@@ -1630,6 +1630,10 @@ class ParameterService extends IPTGeneralService {
1630
1630
  let serviceUrl = this.SERVICE_URL + 'get/all/codstatus';
1631
1631
  return this.http.get(serviceUrl, this.httpOptions);
1632
1632
  }
1633
+ obtainAllTypesOfDocuments() {
1634
+ let serviceUrl = this.SERVICE_URL + 'obtain/all/types/of/documents/in/col';
1635
+ return this.http.get(serviceUrl);
1636
+ }
1633
1637
  }
1634
1638
  ParameterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ParameterService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1635
1639
  ParameterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ParameterService, providedIn: 'root' });