ng-pli-commons 1.0.58-dev.0 → 1.0.59-dev.0

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.
@@ -16754,31 +16754,31 @@ class CustomValidator {
16754
16754
  /* tslint:disable */
16755
16755
  const VERSION = {
16756
16756
  "dirty": true,
16757
- "raw": "v1.0.58-dev.0-0-g13302b00-dirty",
16758
- "hash": "g13302b00",
16757
+ "raw": "v1.0.59-dev.0-0-g777f0c23-dirty",
16758
+ "hash": "g777f0c23",
16759
16759
  "distance": 0,
16760
- "tag": "v1.0.58-dev.0",
16760
+ "tag": "v1.0.59-dev.0",
16761
16761
  "semver": {
16762
16762
  "options": {
16763
16763
  "loose": false,
16764
16764
  "includePrerelease": false
16765
16765
  },
16766
16766
  "loose": false,
16767
- "raw": "v1.0.58-dev.0",
16767
+ "raw": "v1.0.59-dev.0",
16768
16768
  "major": 1,
16769
16769
  "minor": 0,
16770
- "patch": 58,
16770
+ "patch": 59,
16771
16771
  "prerelease": [
16772
16772
  "dev",
16773
16773
  0
16774
16774
  ],
16775
16775
  "build": [],
16776
- "version": "1.0.58-dev.0"
16776
+ "version": "1.0.59-dev.0"
16777
16777
  },
16778
- "suffix": "0-g13302b00-dirty",
16779
- "semverString": "1.0.58-dev.0",
16780
- "version": "1.0.58-dev.0",
16781
- "buildTimestamp": "2026-06-23T13:52:46.417Z"
16778
+ "suffix": "0-g777f0c23-dirty",
16779
+ "semverString": "1.0.59-dev.0",
16780
+ "version": "1.0.59-dev.0",
16781
+ "buildTimestamp": "2026-06-23T20:17:12.431Z"
16782
16782
  };
16783
16783
  /* tslint:enable */
16784
16784
 
@@ -17715,6 +17715,14 @@ class PliCnfAnnualInterestRateService {
17715
17715
  return this.httpClient.post(this.environment.host.backend.configuration +
17716
17716
  'annual-interest-rate-config/createAllMonths', {}, { params: new HttpParams().set('promCodigo', promCodigo) });
17717
17717
  }
17718
+ getInterestRateHistorial(promCodigo, numberMonth) {
17719
+ return this.httpClient.get(this.environment.host.backend.configuration +
17720
+ 'annual-interest-rate-config/getInterestRateHistorial', {
17721
+ params: new HttpParams()
17722
+ .set('promCodigo', promCodigo)
17723
+ .set('numberMonth', numberMonth)
17724
+ });
17725
+ }
17718
17726
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfAnnualInterestRateService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
17719
17727
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfAnnualInterestRateService, providedIn: 'root' }); }
17720
17728
  }