ng-pli-commons 1.0.66-dev.0 → 1.0.67-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
|
}
|
package/package.json
CHANGED