ng-pli-commons 1.0.16-dev.0 → 1.0.17-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.
@@ -16735,31 +16735,31 @@ class CustomValidator {
16735
16735
  /* tslint:disable */
16736
16736
  const VERSION = {
16737
16737
  "dirty": true,
16738
- "raw": "v1.0.16-dev.0-0-gf303a35a-dirty",
16739
- "hash": "gf303a35a",
16738
+ "raw": "v1.0.17-dev.0-0-g37b16402-dirty",
16739
+ "hash": "g37b16402",
16740
16740
  "distance": 0,
16741
- "tag": "v1.0.16-dev.0",
16741
+ "tag": "v1.0.17-dev.0",
16742
16742
  "semver": {
16743
16743
  "options": {
16744
16744
  "loose": false,
16745
16745
  "includePrerelease": false
16746
16746
  },
16747
16747
  "loose": false,
16748
- "raw": "v1.0.16-dev.0",
16748
+ "raw": "v1.0.17-dev.0",
16749
16749
  "major": 1,
16750
16750
  "minor": 0,
16751
- "patch": 16,
16751
+ "patch": 17,
16752
16752
  "prerelease": [
16753
16753
  "dev",
16754
16754
  0
16755
16755
  ],
16756
16756
  "build": [],
16757
- "version": "1.0.16-dev.0"
16757
+ "version": "1.0.17-dev.0"
16758
16758
  },
16759
- "suffix": "0-gf303a35a-dirty",
16760
- "semverString": "1.0.16-dev.0",
16761
- "version": "1.0.16-dev.0",
16762
- "buildTimestamp": "2026-03-27T23:21:40.134Z"
16759
+ "suffix": "0-g37b16402-dirty",
16760
+ "semverString": "1.0.17-dev.0",
16761
+ "version": "1.0.17-dev.0",
16762
+ "buildTimestamp": "2026-03-30T15:29:44.785Z"
16763
16763
  };
16764
16764
  /* tslint:enable */
16765
16765
 
@@ -17681,11 +17681,11 @@ class PliCnfAnnualInterestRateService {
17681
17681
  return this.httpClient.get(this.environment.host.backend.configuration + 'annual-interest-rate-config/getAllByPromCodigo', { params: new HttpParams().set('promCodigo', promCodigo) });
17682
17682
  }
17683
17683
  /**
17684
- * Save the PliCnfAnualInterestRate
17685
- * @param pliCnfAnualInterestRate
17684
+ * Save the PliCnfAnnualInterestRate
17685
+ * @param pliCnfAnnualInterestRate
17686
17686
  */
17687
- save(pliCnfAnualInterestRate) {
17688
- return this.httpClient.post(this.environment.host.backend.configuration + 'annual-interest-rate-config/save', pliCnfAnualInterestRate, HEADER_JSON);
17687
+ save(pliCnfAnnualInterestRate) {
17688
+ return this.httpClient.post(this.environment.host.backend.configuration + 'annual-interest-rate-config/save', pliCnfAnnualInterestRate, HEADER_JSON);
17689
17689
  }
17690
17690
  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 }); }
17691
17691
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfAnnualInterestRateService, providedIn: 'root' }); }