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.
@@ -5537,6 +5537,9 @@ class ApplicationService {
5537
5537
  updateAllStatusAndColor(newCommitteeSelectedTo) {
5538
5538
  return this.httpClient.post(this.environment.host.backend.backoffice + 'application/updateAllStatusAndColor', newCommitteeSelectedTo, this.headerJson);
5539
5539
  }
5540
+ blockBudgetIn(applicationTO) {
5541
+ return this.httpClient.post(this.environment.host.backend.backoffice + 'application/blockBudgetIn', applicationTO, this.headerJson);
5542
+ }
5540
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 }); }
5541
5544
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ApplicationService, providedIn: 'root' }); }
5542
5545
  }
@@ -16754,31 +16757,31 @@ class CustomValidator {
16754
16757
  /* tslint:disable */
16755
16758
  const VERSION = {
16756
16759
  "dirty": true,
16757
- "raw": "v1.0.66-dev.0-0-g73e475eb-dirty",
16758
- "hash": "g73e475eb",
16760
+ "raw": "v1.0.67-dev.0-0-g0cbe540a-dirty",
16761
+ "hash": "g0cbe540a",
16759
16762
  "distance": 0,
16760
- "tag": "v1.0.66-dev.0",
16763
+ "tag": "v1.0.67-dev.0",
16761
16764
  "semver": {
16762
16765
  "options": {
16763
16766
  "loose": false,
16764
16767
  "includePrerelease": false
16765
16768
  },
16766
16769
  "loose": false,
16767
- "raw": "v1.0.66-dev.0",
16770
+ "raw": "v1.0.67-dev.0",
16768
16771
  "major": 1,
16769
16772
  "minor": 0,
16770
- "patch": 66,
16773
+ "patch": 67,
16771
16774
  "prerelease": [
16772
16775
  "dev",
16773
16776
  0
16774
16777
  ],
16775
16778
  "build": [],
16776
- "version": "1.0.66-dev.0"
16779
+ "version": "1.0.67-dev.0"
16777
16780
  },
16778
- "suffix": "0-g73e475eb-dirty",
16779
- "semverString": "1.0.66-dev.0",
16780
- "version": "1.0.66-dev.0",
16781
- "buildTimestamp": "2026-07-03T15:39:31.186Z"
16781
+ "suffix": "0-g0cbe540a-dirty",
16782
+ "semverString": "1.0.67-dev.0",
16783
+ "version": "1.0.67-dev.0",
16784
+ "buildTimestamp": "2026-07-08T16:03:03.699Z"
16782
16785
  };
16783
16786
  /* tslint:enable */
16784
16787