ng-pli-commons 1.0.71-dev.0 → 1.0.73-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.
@@ -8,6 +8,7 @@ export declare class GicPaymentPlanCubeService {
8
8
  private headerJson;
9
9
  constructor(environment: any, httpClient: HttpClient);
10
10
  getTransactionsByDataTablesParameters(dataTableParameters: DataTableParameters): Observable<any>;
11
+ generatePaymentPlansCubos(dateGenerate: string): Observable<Object>;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GicPaymentPlanCubeService, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<GicPaymentPlanCubeService>;
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-pli-commons",
3
- "version": "1.0.71-dev.0",
3
+ "version": "1.0.73-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"
package/public-api.d.ts CHANGED
@@ -223,4 +223,3 @@ export * from './lib/services/pli-cnf-installment-simulator-config.service';
223
223
  export * from './lib/services/pli-cnf-interest-rate-master.service';
224
224
  export * from './lib/services/pli-cnf-use-anual-interest-rate.service';
225
225
  export * from './lib/services/variable-interest-rate.service';
226
- export * from './lib/services/variable-interest-name.service';
@@ -1,17 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { VariableInterestName } from 'ng-pli-util';
3
- import { Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class VariableInterestRateName {
6
- private environment;
7
- private httpClient;
8
- constructor(environment: any, httpClient: HttpClient);
9
- getAll(): Observable<any>;
10
- /**
11
- * Save the VariableInterestName
12
- * @param VariableInterestName
13
- */
14
- save(variableInterestName: VariableInterestName): Observable<any>;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<VariableInterestRateName, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<VariableInterestRateName>;
17
- }