@arsedizioni/ars-utils 21.2.195 → 21.2.197
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.
|
@@ -3304,6 +3304,13 @@ class ClipperService {
|
|
|
3304
3304
|
saveProperty(item) {
|
|
3305
3305
|
return this.httpClient.post(this._serviceUri + '/account/properties/save', item);
|
|
3306
3306
|
}
|
|
3307
|
+
/**
|
|
3308
|
+
* Get the property tracking list for a property
|
|
3309
|
+
* @param id: the property id
|
|
3310
|
+
*/
|
|
3311
|
+
getPropertyTrackings(id) {
|
|
3312
|
+
return this.httpClient.get(this._serviceUri + '/account/properties/trackings/' + id);
|
|
3313
|
+
}
|
|
3307
3314
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3308
3315
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
|
|
3309
3316
|
}
|