@arsedizioni/ars-utils 21.2.251 → 21.2.253
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.
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +3 -3
|
@@ -3327,11 +3327,11 @@ class ClipperService {
|
|
|
3327
3327
|
return this.httpClient.get(this._serviceUri + '/account/notes/trackings/' + id);
|
|
3328
3328
|
}
|
|
3329
3329
|
/**
|
|
3330
|
-
* Gets the count of
|
|
3330
|
+
* Gets the count of troubled tracking notifications for document notes,
|
|
3331
3331
|
* which can be used to display an unread counter in the UI.
|
|
3332
3332
|
*/
|
|
3333
|
-
|
|
3334
|
-
return this.httpClient.get(this._serviceUri + '/account/notes/trackings/
|
|
3333
|
+
countNotesTrackingsTroubled() {
|
|
3334
|
+
return this.httpClient.get(this._serviceUri + '/account/notes/trackings/troubled');
|
|
3335
3335
|
}
|
|
3336
3336
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3337
3337
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
|