ng-pli-commons 1.0.59-dev.0 → 1.0.60-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.
|
|
16758
|
-
"hash": "
|
|
16757
|
+
"raw": "v1.0.60-dev.0-0-g673a66ca-dirty",
|
|
16758
|
+
"hash": "g673a66ca",
|
|
16759
16759
|
"distance": 0,
|
|
16760
|
-
"tag": "v1.0.
|
|
16760
|
+
"tag": "v1.0.60-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.
|
|
16767
|
+
"raw": "v1.0.60-dev.0",
|
|
16768
16768
|
"major": 1,
|
|
16769
16769
|
"minor": 0,
|
|
16770
|
-
"patch":
|
|
16770
|
+
"patch": 60,
|
|
16771
16771
|
"prerelease": [
|
|
16772
16772
|
"dev",
|
|
16773
16773
|
0
|
|
16774
16774
|
],
|
|
16775
16775
|
"build": [],
|
|
16776
|
-
"version": "1.0.
|
|
16776
|
+
"version": "1.0.60-dev.0"
|
|
16777
16777
|
},
|
|
16778
|
-
"suffix": "0-
|
|
16779
|
-
"semverString": "1.0.
|
|
16780
|
-
"version": "1.0.
|
|
16781
|
-
"buildTimestamp": "2026-06-
|
|
16778
|
+
"suffix": "0-g673a66ca-dirty",
|
|
16779
|
+
"semverString": "1.0.60-dev.0",
|
|
16780
|
+
"version": "1.0.60-dev.0",
|
|
16781
|
+
"buildTimestamp": "2026-06-23T21:17:59.187Z"
|
|
16782
16782
|
};
|
|
16783
16783
|
/* tslint:enable */
|
|
16784
16784
|
|
|
@@ -17723,6 +17723,10 @@ class PliCnfAnnualInterestRateService {
|
|
|
17723
17723
|
.set('numberMonth', numberMonth)
|
|
17724
17724
|
});
|
|
17725
17725
|
}
|
|
17726
|
+
getAllByPromCodigoAndCurrentYear(promCodigo) {
|
|
17727
|
+
return this.httpClient.get(this.environment.host.backend.configuration +
|
|
17728
|
+
'annual-interest-rate-config/getAllByPromCodigoAndCurrentYear', { params: new HttpParams().set('promCodigo', promCodigo) });
|
|
17729
|
+
}
|
|
17726
17730
|
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 }); }
|
|
17727
17731
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfAnnualInterestRateService, providedIn: 'root' }); }
|
|
17728
17732
|
}
|