ng-pli-commons 1.0.52-dev.0 → 1.0.54-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.
|
@@ -8816,6 +8816,11 @@ class DocumentService {
|
|
|
8816
8816
|
updateSelectionInformation(updateSelectionInformation) {
|
|
8817
8817
|
return this.httpClient.post(this.environment.host.backend.frontoffice + 'document/updateSelectionInformation', updateSelectionInformation, this.headerJson);
|
|
8818
8818
|
}
|
|
8819
|
+
downloadAllArchives(archives) {
|
|
8820
|
+
return this.httpClient.post(this.environment.host.backend.frontoffice + "document/download-archives", archives, {
|
|
8821
|
+
responseType: 'blob'
|
|
8822
|
+
});
|
|
8823
|
+
}
|
|
8819
8824
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: DocumentService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8820
8825
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
|
|
8821
8826
|
}
|
|
@@ -16746,31 +16751,31 @@ class CustomValidator {
|
|
|
16746
16751
|
/* tslint:disable */
|
|
16747
16752
|
const VERSION = {
|
|
16748
16753
|
"dirty": true,
|
|
16749
|
-
"raw": "v1.0.
|
|
16750
|
-
"hash": "
|
|
16754
|
+
"raw": "v1.0.54-dev.0-0-gfc776912-dirty",
|
|
16755
|
+
"hash": "gfc776912",
|
|
16751
16756
|
"distance": 0,
|
|
16752
|
-
"tag": "v1.0.
|
|
16757
|
+
"tag": "v1.0.54-dev.0",
|
|
16753
16758
|
"semver": {
|
|
16754
16759
|
"options": {
|
|
16755
16760
|
"loose": false,
|
|
16756
16761
|
"includePrerelease": false
|
|
16757
16762
|
},
|
|
16758
16763
|
"loose": false,
|
|
16759
|
-
"raw": "v1.0.
|
|
16764
|
+
"raw": "v1.0.54-dev.0",
|
|
16760
16765
|
"major": 1,
|
|
16761
16766
|
"minor": 0,
|
|
16762
|
-
"patch":
|
|
16767
|
+
"patch": 54,
|
|
16763
16768
|
"prerelease": [
|
|
16764
16769
|
"dev",
|
|
16765
16770
|
0
|
|
16766
16771
|
],
|
|
16767
16772
|
"build": [],
|
|
16768
|
-
"version": "1.0.
|
|
16773
|
+
"version": "1.0.54-dev.0"
|
|
16769
16774
|
},
|
|
16770
|
-
"suffix": "0-
|
|
16771
|
-
"semverString": "1.0.
|
|
16772
|
-
"version": "1.0.
|
|
16773
|
-
"buildTimestamp": "2026-06-
|
|
16775
|
+
"suffix": "0-gfc776912-dirty",
|
|
16776
|
+
"semverString": "1.0.54-dev.0",
|
|
16777
|
+
"version": "1.0.54-dev.0",
|
|
16778
|
+
"buildTimestamp": "2026-06-09T20:56:13.731Z"
|
|
16774
16779
|
};
|
|
16775
16780
|
/* tslint:enable */
|
|
16776
16781
|
|