@arsedizioni/ars-utils 21.2.286 → 21.2.289

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.
@@ -2656,8 +2656,8 @@ class ClipperService {
2656
2656
  /**
2657
2657
  * Get document last update
2658
2658
  */
2659
- lastUpdate(id) {
2660
- return this.httpClient.get(this._serviceUri + '/documents/last-update/' + id);
2659
+ metadata(id) {
2660
+ return this.httpClient.get(this._serviceUri + '/documents/metadata/' + id);
2661
2661
  }
2662
2662
  /**
2663
2663
  * Query document references