ng-pli-commons 1.0.69-dev.0 → 1.0.70-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.
|
@@ -5538,7 +5538,6 @@ class ApplicationService {
|
|
|
5538
5538
|
return this.httpClient.post(this.environment.host.backend.backoffice + 'application/updateAllStatusAndColor', newCommitteeSelectedTo, this.headerJson);
|
|
5539
5539
|
}
|
|
5540
5540
|
blockBudgetIn(applicationTO) {
|
|
5541
|
-
console.log('Service', this.environment);
|
|
5542
5541
|
return this.httpClient.post(this.environment.host.backend.backoffice + 'application/blockBudgetIn', applicationTO, this.headerJson);
|
|
5543
5542
|
}
|
|
5544
5543
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ApplicationService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
@@ -11527,7 +11526,6 @@ class StatusService {
|
|
|
11527
11526
|
return this.httpClient.get(this.environment.host.backend.configuration + 'pliCnfStatus/getAllByPromCode', { params: new HttpParams().set('promCodigo', promCode.toString()) });
|
|
11528
11527
|
}
|
|
11529
11528
|
getAllByPromCodeLight(promCode) {
|
|
11530
|
-
console.log(this.environment);
|
|
11531
11529
|
return this.httpClient.get(this.environment.host.backend.configuration + 'pliCnfStatus/getAllByPromCodeLight', { params: new HttpParams().set('promCodigo', promCode.toString()) });
|
|
11532
11530
|
}
|
|
11533
11531
|
/** It returns all list of status by prom code */
|
|
@@ -16759,31 +16757,31 @@ class CustomValidator {
|
|
|
16759
16757
|
/* tslint:disable */
|
|
16760
16758
|
const VERSION = {
|
|
16761
16759
|
"dirty": true,
|
|
16762
|
-
"raw": "v1.0.
|
|
16763
|
-
"hash": "
|
|
16760
|
+
"raw": "v1.0.70-dev.0-0-gda1841c3-dirty",
|
|
16761
|
+
"hash": "gda1841c3",
|
|
16764
16762
|
"distance": 0,
|
|
16765
|
-
"tag": "v1.0.
|
|
16763
|
+
"tag": "v1.0.70-dev.0",
|
|
16766
16764
|
"semver": {
|
|
16767
16765
|
"options": {
|
|
16768
16766
|
"loose": false,
|
|
16769
16767
|
"includePrerelease": false
|
|
16770
16768
|
},
|
|
16771
16769
|
"loose": false,
|
|
16772
|
-
"raw": "v1.0.
|
|
16770
|
+
"raw": "v1.0.70-dev.0",
|
|
16773
16771
|
"major": 1,
|
|
16774
16772
|
"minor": 0,
|
|
16775
|
-
"patch":
|
|
16773
|
+
"patch": 70,
|
|
16776
16774
|
"prerelease": [
|
|
16777
16775
|
"dev",
|
|
16778
16776
|
0
|
|
16779
16777
|
],
|
|
16780
16778
|
"build": [],
|
|
16781
|
-
"version": "1.0.
|
|
16779
|
+
"version": "1.0.70-dev.0"
|
|
16782
16780
|
},
|
|
16783
|
-
"suffix": "0-
|
|
16784
|
-
"semverString": "1.0.
|
|
16785
|
-
"version": "1.0.
|
|
16786
|
-
"buildTimestamp": "2026-07-08T21:
|
|
16781
|
+
"suffix": "0-gda1841c3-dirty",
|
|
16782
|
+
"semverString": "1.0.70-dev.0",
|
|
16783
|
+
"version": "1.0.70-dev.0",
|
|
16784
|
+
"buildTimestamp": "2026-07-08T21:34:39.444Z"
|
|
16787
16785
|
};
|
|
16788
16786
|
/* tslint:enable */
|
|
16789
16787
|
|