ng-pli-commons 1.0.67-dev.0 → 1.0.68-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,6 +5538,7 @@ 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);
|
|
5541
5542
|
return this.httpClient.post(this.environment.host.backend.backoffice + 'application/blockBudgetIn', applicationTO, this.headerJson);
|
|
5542
5543
|
}
|
|
5543
5544
|
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 }); }
|
|
@@ -16757,31 +16758,31 @@ class CustomValidator {
|
|
|
16757
16758
|
/* tslint:disable */
|
|
16758
16759
|
const VERSION = {
|
|
16759
16760
|
"dirty": true,
|
|
16760
|
-
"raw": "v1.0.
|
|
16761
|
-
"hash": "
|
|
16761
|
+
"raw": "v1.0.68-dev.0-0-g480c8419-dirty",
|
|
16762
|
+
"hash": "g480c8419",
|
|
16762
16763
|
"distance": 0,
|
|
16763
|
-
"tag": "v1.0.
|
|
16764
|
+
"tag": "v1.0.68-dev.0",
|
|
16764
16765
|
"semver": {
|
|
16765
16766
|
"options": {
|
|
16766
16767
|
"loose": false,
|
|
16767
16768
|
"includePrerelease": false
|
|
16768
16769
|
},
|
|
16769
16770
|
"loose": false,
|
|
16770
|
-
"raw": "v1.0.
|
|
16771
|
+
"raw": "v1.0.68-dev.0",
|
|
16771
16772
|
"major": 1,
|
|
16772
16773
|
"minor": 0,
|
|
16773
|
-
"patch":
|
|
16774
|
+
"patch": 68,
|
|
16774
16775
|
"prerelease": [
|
|
16775
16776
|
"dev",
|
|
16776
16777
|
0
|
|
16777
16778
|
],
|
|
16778
16779
|
"build": [],
|
|
16779
|
-
"version": "1.0.
|
|
16780
|
+
"version": "1.0.68-dev.0"
|
|
16780
16781
|
},
|
|
16781
|
-
"suffix": "0-
|
|
16782
|
-
"semverString": "1.0.
|
|
16783
|
-
"version": "1.0.
|
|
16784
|
-
"buildTimestamp": "2026-07-
|
|
16782
|
+
"suffix": "0-g480c8419-dirty",
|
|
16783
|
+
"semverString": "1.0.68-dev.0",
|
|
16784
|
+
"version": "1.0.68-dev.0",
|
|
16785
|
+
"buildTimestamp": "2026-07-08T20:51:24.505Z"
|
|
16785
16786
|
};
|
|
16786
16787
|
/* tslint:enable */
|
|
16787
16788
|
|