Added
- Heritage, conservation and land constraint designations are reachable from the TypeScript SDK through the
sdk.heritage,sdk.conservationandsdk.landConstraintnamespaces, each exposingquery,get,typesandsnapshotsover POST /v1/heritage/designations/query, POST /v1/conservation/designations/query and POST /v1/land-constraint/designations/query. search.searchRetrieve()performs the charged selection step of the search flow: pass theuprnfrom a chosen suggest row, optionally with itssearch_id, to receive the full address record with address lines, postcode, coordinates and classification.schoolsCatchment.getAdmissionArea()returns a school's admission boundary as a single GeoJSON FeatureCollection, pairing designated catchment polygons with a distance radius feature when the furthest admitted distance is known.granularityandsearchIdare typed onsearch.searchSuggest(), so street level results and candidate-set narrowing are reachable from the SDK. See GET /v1/search/suggest for the full parameter set.- A Search and Autocomplete guide on the documentation site walks through the free suggest step and the charged selection step, geo bias and restrict,
source,classification,granularity, candidate-set narrowing, autocomplete patterns such as debounce and abort on supersede, and theX-Credits-*response headers. The Address Billing and Sessions guide joins it in the Guides navigation.
Changed
- The published package moves to
@vepler/sdk3.0.0, and its version tracks the API version it is generated against. - Title deed extraction models carry a
Titleprefix:TitleExtractionPayload,TitleProprietor,TitleRestriction,TitleNotice,TitleDocumentSummaryandTitleSummaryCounts, alongsideMortgageCharge,OtherCharge,TitleCovenantandTitleScheduleNoticeOfLease. Point imports at the new names when you upgrade from the earlierExtraction*exports. - Generated models cover the property, listing and search fields the API serves today, including
countryCodeonPropertyAddress,nationonSaleRecord,PropertyAssessments,StreetMatchon search results, andRegisteredCharges.