taxtank-core 1.0.5 → 1.0.6
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.
@@ -14439,6 +14439,13 @@ var PropertyMessagesEnum;
|
|
14439
14439
|
PropertyMessagesEnum["SHARESIGHT_DISCONNECTED"] = "Property disconnected from sharesight";
|
14440
14440
|
})(PropertyMessagesEnum || (PropertyMessagesEnum = {}));
|
14441
14441
|
|
14442
|
+
var PropertyCorelogicStatsConfidenceTypeEnum;
|
14443
|
+
(function (PropertyCorelogicStatsConfidenceTypeEnum) {
|
14444
|
+
PropertyCorelogicStatsConfidenceTypeEnum["LOW"] = "LOW";
|
14445
|
+
PropertyCorelogicStatsConfidenceTypeEnum["MEDIUM"] = "MEDIUM";
|
14446
|
+
PropertyCorelogicStatsConfidenceTypeEnum["HIGH"] = "HIGH";
|
14447
|
+
})(PropertyCorelogicStatsConfidenceTypeEnum || (PropertyCorelogicStatsConfidenceTypeEnum = {}));
|
14448
|
+
|
14442
14449
|
/**
|
14443
14450
|
* @Todo Alex remove functionality related to PropertyShare
|
14444
14451
|
* @TODO Alex (TT-1777): replace all event listeners with the new this.listen()
|
@@ -14548,7 +14555,7 @@ class PropertyService extends RestService$1 {
|
|
14548
14555
|
return stats;
|
14549
14556
|
}), catchError((error) => {
|
14550
14557
|
this.handleError(error);
|
14551
|
-
return of({ growthPercent: 0, lowMarketValue: 0, marketValue: 0, highMarketValue: 0 });
|
14558
|
+
return of({ growthPercent: 0, lowMarketValue: 0, marketValue: 0, highMarketValue: 0, confidence: PropertyCorelogicStatsConfidenceTypeEnum.LOW });
|
14552
14559
|
}));
|
14553
14560
|
}
|
14554
14561
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: PropertyService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|