@arsedizioni/ars-utils 21.2.190 → 21.2.192
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.
|
@@ -2619,6 +2619,9 @@ class ClipperService {
|
|
|
2619
2619
|
sendTo(params) {
|
|
2620
2620
|
return this.httpClient.post(this._serviceUri + '/documents/send', params);
|
|
2621
2621
|
}
|
|
2622
|
+
notifyPropertyTo(params) {
|
|
2623
|
+
return this.httpClient.post(this._serviceUri + '/documents/properties/notify', params);
|
|
2624
|
+
}
|
|
2622
2625
|
/**
|
|
2623
2626
|
* Display a page the full document report
|
|
2624
2627
|
*/
|