ng-pli-commons 1.0.68-dev.0 → 1.0.69-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.
@@ -11527,6 +11527,7 @@ class StatusService {
11527
11527
  return this.httpClient.get(this.environment.host.backend.configuration + 'pliCnfStatus/getAllByPromCode', { params: new HttpParams().set('promCodigo', promCode.toString()) });
11528
11528
  }
11529
11529
  getAllByPromCodeLight(promCode) {
11530
+ console.log(this.environment);
11530
11531
  return this.httpClient.get(this.environment.host.backend.configuration + 'pliCnfStatus/getAllByPromCodeLight', { params: new HttpParams().set('promCodigo', promCode.toString()) });
11531
11532
  }
11532
11533
  /** It returns all list of status by prom code */
@@ -16758,31 +16759,31 @@ class CustomValidator {
16758
16759
  /* tslint:disable */
16759
16760
  const VERSION = {
16760
16761
  "dirty": true,
16761
- "raw": "v1.0.68-dev.0-0-g480c8419-dirty",
16762
- "hash": "g480c8419",
16762
+ "raw": "v1.0.69-dev.0-0-g10dcea29-dirty",
16763
+ "hash": "g10dcea29",
16763
16764
  "distance": 0,
16764
- "tag": "v1.0.68-dev.0",
16765
+ "tag": "v1.0.69-dev.0",
16765
16766
  "semver": {
16766
16767
  "options": {
16767
16768
  "loose": false,
16768
16769
  "includePrerelease": false
16769
16770
  },
16770
16771
  "loose": false,
16771
- "raw": "v1.0.68-dev.0",
16772
+ "raw": "v1.0.69-dev.0",
16772
16773
  "major": 1,
16773
16774
  "minor": 0,
16774
- "patch": 68,
16775
+ "patch": 69,
16775
16776
  "prerelease": [
16776
16777
  "dev",
16777
16778
  0
16778
16779
  ],
16779
16780
  "build": [],
16780
- "version": "1.0.68-dev.0"
16781
+ "version": "1.0.69-dev.0"
16781
16782
  },
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"
16783
+ "suffix": "0-g10dcea29-dirty",
16784
+ "semverString": "1.0.69-dev.0",
16785
+ "version": "1.0.69-dev.0",
16786
+ "buildTimestamp": "2026-07-08T21:02:34.032Z"
16786
16787
  };
16787
16788
  /* tslint:enable */
16788
16789