ng-pli-commons 1.0.55-dev.0 → 1.0.56-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.
@@ -16751,31 +16751,31 @@ class CustomValidator {
16751
16751
  /* tslint:disable */
16752
16752
  const VERSION = {
16753
16753
  "dirty": true,
16754
- "raw": "v1.0.55-dev.0-0-g8fb3bed7-dirty",
16755
- "hash": "g8fb3bed7",
16754
+ "raw": "v1.0.56-dev.0-0-gc8205920-dirty",
16755
+ "hash": "gc8205920",
16756
16756
  "distance": 0,
16757
- "tag": "v1.0.55-dev.0",
16757
+ "tag": "v1.0.56-dev.0",
16758
16758
  "semver": {
16759
16759
  "options": {
16760
16760
  "loose": false,
16761
16761
  "includePrerelease": false
16762
16762
  },
16763
16763
  "loose": false,
16764
- "raw": "v1.0.55-dev.0",
16764
+ "raw": "v1.0.56-dev.0",
16765
16765
  "major": 1,
16766
16766
  "minor": 0,
16767
- "patch": 55,
16767
+ "patch": 56,
16768
16768
  "prerelease": [
16769
16769
  "dev",
16770
16770
  0
16771
16771
  ],
16772
16772
  "build": [],
16773
- "version": "1.0.55-dev.0"
16773
+ "version": "1.0.56-dev.0"
16774
16774
  },
16775
- "suffix": "0-g8fb3bed7-dirty",
16776
- "semverString": "1.0.55-dev.0",
16777
- "version": "1.0.55-dev.0",
16778
- "buildTimestamp": "2026-06-11T15:17:49.092Z"
16775
+ "suffix": "0-gc8205920-dirty",
16776
+ "semverString": "1.0.56-dev.0",
16777
+ "version": "1.0.56-dev.0",
16778
+ "buildTimestamp": "2026-06-11T16:59:22.537Z"
16779
16779
  };
16780
16780
  /* tslint:enable */
16781
16781
 
@@ -17710,7 +17710,7 @@ class PliCnfAnnualInterestRateService {
17710
17710
  */
17711
17711
  createAllMonths(promCodigo) {
17712
17712
  return this.httpClient.post(this.environment.host.backend.configuration +
17713
- 'annual-interest-rate-config/createAllMonths', { params: new HttpParams().set('promCodigo', promCodigo) });
17713
+ 'annual-interest-rate-config/createAllMonths', {}, { params: new HttpParams().set('promCodigo', promCodigo) });
17714
17714
  }
17715
17715
  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 }); }
17716
17716
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfAnnualInterestRateService, providedIn: 'root' }); }