ng-pli-commons 1.0.54-dev.0 → 1.0.55-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,6 +1,6 @@
1
- import { HttpClient } from "@angular/common/http";
2
- import { PliCnfAnnualInterestRate } from "ng-pli-util";
3
- import { Observable } from "rxjs";
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { PliCnfAnnualInterestRate } from 'ng-pli-util';
3
+ import { Observable } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class PliCnfAnnualInterestRateService {
6
6
  private environment;
@@ -8,10 +8,15 @@ export declare class PliCnfAnnualInterestRateService {
8
8
  constructor(environment: any, httpClient: HttpClient);
9
9
  getAllByPromCodigo(promCodigo: number): Observable<any>;
10
10
  /**
11
- * Save the PliCnfAnnualInterestRate
12
- * @param pliCnfAnnualInterestRate
13
- */
11
+ * Save the PliCnfAnnualInterestRate
12
+ * @param pliCnfAnnualInterestRate
13
+ */
14
14
  save(pliCnfAnnualInterestRate: PliCnfAnnualInterestRate): Observable<any>;
15
+ /**
16
+ * Create all records for the year
17
+ * @param promCodigo
18
+ */
19
+ createAllMonths(promCodigo: number): Observable<any>;
15
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PliCnfAnnualInterestRateService, never>;
16
21
  static ɵprov: i0.ɵɵInjectableDeclaration<PliCnfAnnualInterestRateService>;
17
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-pli-commons",
3
- "version": "1.0.54-dev.0",
3
+ "version": "1.0.55-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"