htag-sdk 0.7.0 → 0.7.1

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/dist/index.d.cts CHANGED
@@ -407,8 +407,6 @@ interface RentHistoryOut {
407
407
  bedrooms?: number | null;
408
408
  median_rent: number | null;
409
409
  rentals: number | null;
410
- confidence_low: number | null;
411
- confidence_high: number | null;
412
410
  }
413
411
  interface YieldHistoryOut {
414
412
  area_id: string;
package/dist/index.d.ts CHANGED
@@ -407,8 +407,6 @@ interface RentHistoryOut {
407
407
  bedrooms?: number | null;
408
408
  median_rent: number | null;
409
409
  rentals: number | null;
410
- confidence_low: number | null;
411
- confidence_high: number | null;
412
410
  }
413
411
  interface YieldHistoryOut {
414
412
  area_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "htag-sdk",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Official TypeScript SDK for HtAG Location Intelligence APIs — address search, property data, and market analytics for Australia",
5
5
  "license": "MIT",
6
6
  "author": {