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.
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from "@angular/common/http";
2
- import { PliCnfAnualInterestRate } from "ng-pli-util";
2
+ import { PliCnfAnnualInterestRate } from "ng-pli-util";
3
3
  import { Observable } from "rxjs";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class PliCnfAnnualInterestRateService {
@@ -8,10 +8,10 @@ export declare class PliCnfAnnualInterestRateService {
8
8
  constructor(environment: any, httpClient: HttpClient);
9
9
  getAllByPromCodigo(promCodigo: number): Observable<any>;
10
10
  /**
11
- * Save the PliCnfAnualInterestRate
12
- * @param pliCnfAnualInterestRate
11
+ * Save the PliCnfAnnualInterestRate
12
+ * @param pliCnfAnnualInterestRate
13
13
  */
14
- save(pliCnfAnualInterestRate: PliCnfAnualInterestRate): Observable<any>;
14
+ save(pliCnfAnnualInterestRate: PliCnfAnnualInterestRate): Observable<any>;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PliCnfAnnualInterestRateService, never>;
16
16
  static ɵprov: i0.ɵɵInjectableDeclaration<PliCnfAnnualInterestRateService>;
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-pli-commons",
3
- "version": "1.0.16-dev.0",
3
+ "version": "1.0.17-dev.0",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.2.14",
6
6
  "@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.2.14"