ng-pli-commons 1.0.143-dev.0 → 1.0.147-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.
@@ -104,6 +104,7 @@ export declare class ApplicationService {
104
104
  getPeaceAndSafetyRiskCentersByApplicationId(applicationId: String[], promCodigo: number): Observable<any>;
105
105
  validateApplicationStatus(applicationCnfStatusRequestTO: ApplicationCnfStatusRequestTO): Observable<any>;
106
106
  updateAllStatusAndColor(newCommitteeSelectedTo: NewCommitteeSelectedTO): Observable<any>;
107
+ blockBudgetIn(applicationTO: ApplicationValueRequestTO): Observable<any>;
107
108
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationService, never>;
108
109
  static ɵprov: i0.ɵɵInjectableDeclaration<ApplicationService>;
109
110
  }
@@ -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
  }
@@ -0,0 +1,17 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { PliCnfInterestRateMaster } from 'ng-pli-util';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class PliCnfInterestRateMasterService {
6
+ private environment;
7
+ private httpClient;
8
+ constructor(environment: any, httpClient: HttpClient);
9
+ getByPromCodigo(promCodigo: number): Observable<any>;
10
+ /**
11
+ * Save the PliCnfInterestRateMaster
12
+ * @param pliCnfAnnualInterestRate
13
+ */
14
+ save(pliCnfInterestRateMaster: PliCnfInterestRateMaster): Observable<any>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<PliCnfInterestRateMasterService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<PliCnfInterestRateMasterService>;
17
+ }
@@ -0,0 +1,16 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PliCnfUseAnnualInterestRateService {
5
+ private environment;
6
+ private httpClient;
7
+ constructor(environment: any, httpClient: HttpClient);
8
+ getByPromCodigo(promCodigo: number): Observable<any>;
9
+ /**
10
+ * Save the PliCnfAnnualInterestRate
11
+ * @param PliCnfUseAnnualInterestRate
12
+ */
13
+ update(promCodigo: number, useAnnualInterestRate: Boolean): Observable<any>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<PliCnfUseAnnualInterestRateService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<PliCnfUseAnnualInterestRateService>;
16
+ }
@@ -0,0 +1,17 @@
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 VariableInterestRateNameService {
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<VariableInterestRateNameService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<VariableInterestRateNameService>;
17
+ }
@@ -0,0 +1,19 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { VariableInterestRate } from 'ng-pli-util';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class VariableInterestRateService {
6
+ private environment;
7
+ private httpClient;
8
+ constructor(environment: any, httpClient: HttpClient);
9
+ getAll(): Observable<any>;
10
+ /**
11
+ * Save the PliCnfInterestRateMaster
12
+ * @param pliCnfAnnualInterestRate
13
+ */
14
+ save(variableInterestRate: VariableInterestRate): Observable<any>;
15
+ getById(id: number): Observable<any>;
16
+ getByMonthNumberAndYearAndVariableInterestNameId(monthNumber: number, year: number, interestNameId: number): Observable<any>;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<VariableInterestRateService, never>;
18
+ static ɵprov: i0.ɵɵInjectableDeclaration<VariableInterestRateService>;
19
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-pli-commons",
3
- "version": "1.0.143-dev.0",
3
+ "version": "1.0.147-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
@@ -220,4 +220,7 @@ export * from './lib/services/cnf-correspondence-document-manager.service';
220
220
  export * from './lib/services/post-selection.service';
221
221
  export * from './lib/services/guarantees-summary-service';
222
222
  export * from './lib/services/pli-cnf-installment-simulator-config.service';
223
- export * from './lib/services/pli-cnf-anual-interest-rate.service';
223
+ export * from './lib/services/pli-cnf-interest-rate-master.service';
224
+ export * from './lib/services/pli-cnf-use-anual-interest-rate.service';
225
+ export * from './lib/services/variable-interest-rate.service';
226
+ export * from './lib/services/variable-interest-name.service';
@@ -1,22 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { PliCnfAnnualInterestRate } from 'ng-pli-util';
3
- import { Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class PliCnfAnnualInterestRateService {
6
- private environment;
7
- private httpClient;
8
- constructor(environment: any, httpClient: HttpClient);
9
- getAllByPromCodigo(promCodigo: number): Observable<any>;
10
- /**
11
- * Save the PliCnfAnnualInterestRate
12
- * @param pliCnfAnnualInterestRate
13
- */
14
- save(pliCnfAnnualInterestRate: PliCnfAnnualInterestRate): Observable<any>;
15
- /**
16
- * Create all records for the year
17
- * @param promCodigo
18
- */
19
- createAllMonths(promCodigo: number): Observable<any>;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<PliCnfAnnualInterestRateService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<PliCnfAnnualInterestRateService>;
22
- }