@vepler/sdk 2.46.0 → 2.57.3
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/README.md +252 -250
- package/dist/commonjs/funcs/addressGetNearestPostcodes.js.map +1 -1
- package/dist/commonjs/funcs/addressLookupOutcode.js.map +1 -1
- package/dist/commonjs/funcs/addressLookupPostcode.js.map +1 -1
- package/dist/commonjs/funcs/addressLookupUprn.js.map +1 -1
- package/dist/commonjs/funcs/addressValidatePostcode.js.map +1 -1
- package/dist/commonjs/funcs/areasGetAreas.js.map +1 -1
- package/dist/commonjs/funcs/areasGetBorderingAreas.js.map +1 -1
- package/dist/commonjs/funcs/areasGetChildAreas.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetCompaniesByLocation.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetCompany.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetCompanyOfficers.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetCompanyPscs.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetOfficer.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetPerson.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetPersonAppointments.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetPersonCluster.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetPsc.js.map +1 -1
- package/dist/commonjs/funcs/connectivityGetConnectivityScores.js.map +1 -1
- package/dist/commonjs/funcs/councilsGet.js.map +1 -1
- package/dist/commonjs/funcs/energyGetByProperty.js.map +1 -1
- package/dist/commonjs/funcs/energyGetCapacity.js.map +1 -1
- package/dist/commonjs/funcs/energyGetConnectionQueueBySubstation.js.map +1 -1
- package/dist/commonjs/funcs/energyGetConnectionQueueEntry.js.map +1 -1
- package/dist/commonjs/funcs/energyGetDFES.js.map +1 -1
- package/dist/commonjs/funcs/energyGetSubstation.js.map +1 -1
- package/dist/commonjs/funcs/epcGetEPCByLocationId.d.ts +18 -0
- package/dist/commonjs/funcs/epcGetEPCByLocationId.d.ts.map +1 -0
- package/dist/commonjs/funcs/{epcGetByLocationId.js → epcGetEPCByLocationId.js} +8 -7
- package/dist/commonjs/funcs/epcGetEPCByLocationId.js.map +1 -0
- package/dist/commonjs/funcs/{systemCheckEPCHealth.d.ts → epcGetEPCHealth.d.ts} +3 -6
- package/dist/commonjs/funcs/epcGetEPCHealth.d.ts.map +1 -0
- package/dist/commonjs/funcs/{systemCheckEPCHealth.js → epcGetEPCHealth.js} +6 -9
- package/dist/{esm/funcs/systemCheckEPCHealth.js.map → commonjs/funcs/epcGetEPCHealth.js.map} +1 -1
- package/dist/commonjs/funcs/epcQueryEPC.d.ts +18 -0
- package/dist/commonjs/funcs/epcQueryEPC.d.ts.map +1 -0
- package/dist/commonjs/funcs/epcQueryEPC.js +118 -0
- package/dist/commonjs/funcs/epcQueryEPC.js.map +1 -0
- package/dist/commonjs/funcs/listingsGetListingById.js.map +1 -1
- package/dist/commonjs/funcs/listingsGetListingBySource.js.map +1 -1
- package/dist/commonjs/funcs/listingsGetListingsByLocation.js.map +1 -1
- package/dist/commonjs/funcs/planningGetPlanningApplications.js.map +1 -1
- package/dist/commonjs/funcs/planningGetPlanningApplicationsBySource.js.map +1 -1
- package/dist/commonjs/funcs/poiGetPOITile.js.map +1 -1
- package/dist/commonjs/funcs/propertyGetProperties.js.map +1 -1
- package/dist/commonjs/funcs/propertyGetPropertiesByLocation.js.map +1 -1
- package/dist/commonjs/funcs/propertyGetPropertiesBySource.js.map +1 -1
- package/dist/commonjs/funcs/propertyGetPropertyTiles.js.map +1 -1
- package/dist/commonjs/funcs/schoolsGet.js.map +1 -1
- package/dist/commonjs/funcs/schoolsGetBySlug.js.map +1 -1
- package/dist/commonjs/funcs/schoolsGetByUrn.js.map +1 -1
- package/dist/commonjs/funcs/sitesFindByProperty.js.map +1 -1
- package/dist/commonjs/funcs/sitesGet.js.map +1 -1
- package/dist/commonjs/funcs/sitesGetProperties.js.map +1 -1
- package/dist/commonjs/funcs/sitesGetTiles.js.map +1 -1
- package/dist/commonjs/funcs/titleDeedsGetV1TitleDeedsTitleNumberDocuments.js.map +1 -1
- package/dist/commonjs/funcs/titleDeedsGetV1TitleDeedsTitleNumberDocumentsDocumentType.js.map +1 -1
- package/dist/commonjs/funcs/titleDeedsPostV1TitleDeedsTitleNumberPurchase.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/encodings.d.ts.map +1 -1
- package/dist/commonjs/lib/encodings.js +20 -5
- package/dist/commonjs/lib/encodings.js.map +1 -1
- package/dist/commonjs/lib/files.d.ts +13 -0
- package/dist/commonjs/lib/files.d.ts.map +1 -1
- package/dist/commonjs/lib/files.js +19 -0
- package/dist/commonjs/lib/files.js.map +1 -1
- package/dist/commonjs/lib/sdks.d.ts.map +1 -1
- package/dist/commonjs/lib/sdks.js +8 -4
- package/dist/commonjs/lib/sdks.js.map +1 -1
- package/dist/commonjs/lib/security.d.ts +1 -1
- package/dist/commonjs/lib/security.d.ts.map +1 -1
- package/dist/commonjs/lib/security.js +19 -8
- package/dist/commonjs/lib/security.js.map +1 -1
- package/dist/commonjs/lib/url.d.ts.map +1 -1
- package/dist/commonjs/lib/url.js +4 -2
- package/dist/commonjs/lib/url.js.map +1 -1
- package/dist/commonjs/sdk/epc.d.ts +15 -3
- package/dist/commonjs/sdk/epc.d.ts.map +1 -1
- package/dist/commonjs/sdk/epc.js +22 -5
- package/dist/commonjs/sdk/epc.js.map +1 -1
- package/dist/commonjs/sdk/models/errors/getepcbylocationid.d.ts +0 -65
- package/dist/commonjs/sdk/models/errors/getepcbylocationid.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/errors/getepcbylocationid.js +1 -57
- package/dist/commonjs/sdk/models/errors/getepcbylocationid.js.map +1 -1
- package/dist/commonjs/sdk/models/errors/index.d.ts +1 -0
- package/dist/commonjs/sdk/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/errors/index.js +1 -0
- package/dist/commonjs/sdk/models/errors/index.js.map +1 -1
- package/dist/commonjs/sdk/models/errors/queryepc.d.ts +71 -0
- package/dist/commonjs/sdk/models/errors/queryepc.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/errors/queryepc.js +101 -0
- package/dist/commonjs/sdk/models/errors/queryepc.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/findnearestsubstations.d.ts +7 -7
- package/dist/commonjs/sdk/models/operations/findsitesbyproperty.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/findsitesbyproperty.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/findsitesbyproperty.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/findsupplyareabypoint.d.ts +6 -6
- package/dist/commonjs/sdk/models/operations/getareacoverage.d.ts +18 -15
- package/dist/commonjs/sdk/models/operations/getareacoverage.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getareacoverage.js +7 -7
- package/dist/commonjs/sdk/models/operations/getareacoverage.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getareaswithinradius.d.ts +2 -2
- package/dist/commonjs/sdk/models/operations/getareaswithinradius.js +1 -1
- package/dist/commonjs/sdk/models/operations/getborderingareas.d.ts +2 -2
- package/dist/commonjs/sdk/models/operations/getchildareas.d.ts +2 -2
- package/dist/commonjs/sdk/models/operations/getcompaniesbylocation.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/getcompaniesbylocation.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getcompaniesbylocation.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getconnectionqueuebysubstation.d.ts +6 -3
- package/dist/commonjs/sdk/models/operations/getconnectionqueuebysubstation.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getconnectionqueuebysubstation.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getconnectionqueueentry.d.ts +11 -8
- package/dist/commonjs/sdk/models/operations/getconnectionqueueentry.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getconnectionqueueentry.js +6 -6
- package/dist/commonjs/sdk/models/operations/getconnectionqueueentry.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getconnectivityscores.d.ts +12 -12
- package/dist/commonjs/sdk/models/operations/getcouncilbyproviderid.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/getcouncilbyproviderid.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getcouncilbyproviderid.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getenergyforproperty.d.ts +29 -26
- package/dist/commonjs/sdk/models/operations/getenergyforproperty.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getenergyforproperty.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getepcbylocationid.d.ts +2231 -233
- package/dist/commonjs/sdk/models/operations/getepcbylocationid.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getepcbylocationid.js +1411 -110
- package/dist/commonjs/sdk/models/operations/getepcbylocationid.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getepchealth.d.ts +13 -0
- package/dist/commonjs/sdk/models/operations/getepchealth.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/{shared/dateofbirth.js → operations/getepchealth.js} +7 -8
- package/dist/commonjs/sdk/models/operations/getepchealth.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getmetricvalues.d.ts +3 -6
- package/dist/commonjs/sdk/models/operations/getmetricvalues.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getmetricvalues.js +1 -1
- package/dist/commonjs/sdk/models/operations/getmetricvalues.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getnearestpoi.d.ts +4 -4
- package/dist/commonjs/sdk/models/operations/getnearestpoi.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getnearestpoi.js +6 -6
- package/dist/commonjs/sdk/models/operations/getnearestpoi.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getschoolbyid.d.ts +9 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyid.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getschoolbyid.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getschoolbyslug.d.ts +9 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyslug.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getschoolbyslug.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getschoolbyurn.d.ts +9 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyurn.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getschoolbyurn.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getschoolmetrics.d.ts +18 -6
- package/dist/commonjs/sdk/models/operations/getschoolmetrics.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getschoolmetrics.js +3 -3
- package/dist/commonjs/sdk/models/operations/getschoolmetrics.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getsubstationbycode.d.ts +7 -4
- package/dist/commonjs/sdk/models/operations/getsubstationbycode.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getsubstationbycode.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getsubstationcapacity.d.ts +5 -2
- package/dist/commonjs/sdk/models/operations/getsubstationcapacity.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getsubstationcapacity.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getsubstationdfes.d.ts +8 -5
- package/dist/commonjs/sdk/models/operations/getsubstationdfes.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getsubstationdfes.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getv1titledeedstitlenumberdocuments.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/getv1titledeedstitlenumberdocuments.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getv1titledeedstitlenumberdocuments.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getv1titledeedstitlenumberdocumentsdocumenttype.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/getv1titledeedstitlenumberdocumentsdocumenttype.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getv1titledeedstitlenumberdocumentsdocumenttype.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/index.d.ts +1 -1
- package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/index.js +1 -1
- package/dist/commonjs/sdk/models/operations/index.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listschools.d.ts +30 -0
- package/dist/commonjs/sdk/models/operations/listschools.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listschools.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/postv1titledeedstitlenumberpurchase.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/postv1titledeedstitlenumberpurchase.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/postv1titledeedstitlenumberpurchase.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/resolveaddress.d.ts +4 -4
- package/dist/commonjs/sdk/models/operations/resolveaddress.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/resolveaddress.js +4 -4
- package/dist/commonjs/sdk/models/operations/resolveaddress.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/searchconnectionqueue.d.ts +4 -4
- package/dist/commonjs/sdk/models/operations/searchecr.d.ts +8 -8
- package/dist/commonjs/sdk/models/operations/searchplanningpolicy.d.ts +9 -0
- package/dist/commonjs/sdk/models/operations/searchplanningpolicy.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/searchplanningpolicy.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/searchschoolsnearby.d.ts +24 -0
- package/dist/commonjs/sdk/models/operations/searchschoolsnearby.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/searchschoolsnearby.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/searchschoolswithin.d.ts +27 -0
- package/dist/commonjs/sdk/models/operations/searchschoolswithin.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/searchschoolswithin.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/searchsubstations.d.ts +4 -4
- package/dist/commonjs/sdk/models/shared/builddata.d.ts +51 -0
- package/dist/commonjs/sdk/models/shared/builddata.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/builddata.js +3 -0
- package/dist/commonjs/sdk/models/shared/builddata.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/chargeentry.d.ts +9 -6
- package/dist/commonjs/sdk/models/shared/chargeentry.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/chargeentry.js +6 -6
- package/dist/commonjs/sdk/models/shared/chargeentry.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/chargehistory.d.ts +9 -3
- package/dist/commonjs/sdk/models/shared/chargehistory.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/chargehistory.js +3 -4
- package/dist/commonjs/sdk/models/shared/chargehistory.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/company.d.ts +49 -2
- package/dist/commonjs/sdk/models/shared/company.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/company.js +19 -4
- package/dist/commonjs/sdk/models/shared/company.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/companysummary.d.ts +52 -2
- package/dist/commonjs/sdk/models/shared/companysummary.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/companysummary.js +19 -3
- package/dist/commonjs/sdk/models/shared/companysummary.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/counciltaxbanddetails.d.ts +15 -0
- package/dist/commonjs/sdk/models/shared/counciltaxbanddetails.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/counciltaxbanddetails.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/counciltaxdata.d.ts +27 -0
- package/dist/commonjs/sdk/models/shared/counciltaxdata.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/counciltaxdata.js +3 -0
- package/dist/commonjs/sdk/models/shared/counciltaxdata.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/epcareafilter.d.ts +12 -0
- package/dist/commonjs/sdk/models/shared/epcareafilter.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/{planningaddress.js → epcareafilter.js} +15 -17
- package/dist/commonjs/sdk/models/shared/epcareafilter.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcdata.d.ts +1717 -16
- package/dist/commonjs/sdk/models/shared/epcdata.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/epcdata.js +1052 -14
- package/dist/commonjs/sdk/models/shared/epcdata.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/epclocalauthorityareafilter.d.ts +17 -0
- package/dist/commonjs/sdk/models/shared/epclocalauthorityareafilter.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/{sitescores.js → epclocalauthorityareafilter.js} +8 -10
- package/dist/commonjs/sdk/models/shared/epclocalauthorityareafilter.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcpointareafilter.d.ts +22 -0
- package/dist/commonjs/sdk/models/shared/epcpointareafilter.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/{operations/checkepchealth.js → shared/epcpointareafilter.js} +9 -10
- package/dist/commonjs/sdk/models/shared/epcpointareafilter.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcpolygonareafilter.d.ts +17 -0
- package/dist/commonjs/sdk/models/shared/epcpolygonareafilter.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcpolygonareafilter.js +50 -0
- package/dist/commonjs/sdk/models/shared/epcpolygonareafilter.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcpostcodeareafilter.d.ts +17 -0
- package/dist/commonjs/sdk/models/shared/epcpostcodeareafilter.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcpostcodeareafilter.js +50 -0
- package/dist/commonjs/sdk/models/shared/epcpostcodeareafilter.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcquerycondition.d.ts +105 -0
- package/dist/commonjs/sdk/models/shared/epcquerycondition.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcquerycondition.js +130 -0
- package/dist/commonjs/sdk/models/shared/epcquerycondition.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcquerygroup.d.ts +16 -0
- package/dist/commonjs/sdk/models/shared/epcquerygroup.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/{planningpeople.js → epcquerygroup.js} +8 -11
- package/dist/commonjs/sdk/models/shared/epcquerygroup.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcqueryoperator.d.ts +35 -0
- package/dist/commonjs/sdk/models/shared/epcqueryoperator.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcqueryoperator.js +61 -0
- package/dist/commonjs/sdk/models/shared/epcqueryoperator.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcqueryrequest.d.ts +52 -0
- package/dist/commonjs/sdk/models/shared/epcqueryrequest.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcqueryrequest.js +63 -0
- package/dist/commonjs/sdk/models/shared/epcqueryrequest.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcqueryresponse.d.ts +2476 -0
- package/dist/commonjs/sdk/models/shared/epcqueryresponse.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcqueryresponse.js +1507 -0
- package/dist/commonjs/sdk/models/shared/epcqueryresponse.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/epcsort.d.ts +51 -0
- package/dist/commonjs/sdk/models/shared/epcsort.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/{companyaddress.js → epcsort.js} +30 -17
- package/dist/commonjs/sdk/models/shared/epcsort.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/index.d.ts +11 -5
- package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/index.js +11 -5
- package/dist/commonjs/sdk/models/shared/index.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/lease.d.ts +12 -0
- package/dist/commonjs/sdk/models/shared/lease.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/lease.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/listing.d.ts +3 -0
- package/dist/commonjs/sdk/models/shared/listing.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/listing.js +2 -2
- package/dist/commonjs/sdk/models/shared/listing.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/marketstatus.d.ts +42 -6
- package/dist/commonjs/sdk/models/shared/marketstatus.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/marketstatus.js +6 -8
- package/dist/commonjs/sdk/models/shared/marketstatus.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/nearestpostcodesresponse.d.ts +12 -12
- package/dist/commonjs/sdk/models/shared/nearestpostcodesresponse.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/nearestpostcodesresponse.js +11 -11
- package/dist/commonjs/sdk/models/shared/nearestpostcodesresponse.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/officer.d.ts +52 -2
- package/dist/commonjs/sdk/models/shared/officer.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/officer.js +20 -3
- package/dist/commonjs/sdk/models/shared/officer.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/outcodelookupresponse.d.ts +2 -2
- package/dist/commonjs/sdk/models/shared/person.d.ts +16 -1
- package/dist/commonjs/sdk/models/shared/person.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/person.js +11 -3
- package/dist/commonjs/sdk/models/shared/person.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/personcluster.d.ts +70 -2
- package/dist/commonjs/sdk/models/shared/personcluster.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/personcluster.js +32 -3
- package/dist/commonjs/sdk/models/shared/personcluster.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/personlistresponse.d.ts +1 -1
- package/dist/commonjs/sdk/models/shared/personlistresponse.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/personlistresponse.js +1 -1
- package/dist/commonjs/sdk/models/shared/personlistresponse.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/personsummary.d.ts +21 -3
- package/dist/commonjs/sdk/models/shared/personsummary.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/personsummary.js +12 -3
- package/dist/commonjs/sdk/models/shared/personsummary.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/planningapplication.d.ts +64 -4
- package/dist/commonjs/sdk/models/shared/planningapplication.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/planningapplication.js +32 -5
- package/dist/commonjs/sdk/models/shared/planningapplication.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/postcodeaddress.d.ts +2 -2
- package/dist/commonjs/sdk/models/shared/postcodevalidationresponse.d.ts +2 -2
- package/dist/commonjs/sdk/models/shared/pricechange.d.ts +21 -0
- package/dist/commonjs/sdk/models/shared/pricechange.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/pricechange.js +3 -0
- package/dist/commonjs/sdk/models/shared/pricechange.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/pricingdata.d.ts +15 -0
- package/dist/commonjs/sdk/models/shared/pricingdata.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/pricingdata.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts +7 -1
- package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyaddress.js +1 -1
- package/dist/commonjs/sdk/models/shared/propertyaddress.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertydataapi.d.ts +389 -0
- package/dist/commonjs/sdk/models/shared/propertydataapi.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertydataapi.js +150 -1
- package/dist/commonjs/sdk/models/shared/propertydataapi.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyquerycondition.d.ts +8 -8
- package/dist/commonjs/sdk/models/shared/propertyquerycondition.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyquerycondition.js +8 -9
- package/dist/commonjs/sdk/models/shared/propertyquerycondition.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyqueryoperator.d.ts +4 -4
- package/dist/commonjs/sdk/models/shared/propertyqueryoperator.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyqueryoperator.js +4 -5
- package/dist/commonjs/sdk/models/shared/propertyqueryoperator.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyqueryrequest.d.ts +4 -4
- package/dist/commonjs/sdk/models/shared/propertyqueryrequest.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyqueryrequest.js +5 -5
- package/dist/commonjs/sdk/models/shared/propertyqueryrequest.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/prosperitydata.d.ts +8 -8
- package/dist/commonjs/sdk/models/shared/prosperitydata.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/prosperitydata.js +8 -8
- package/dist/commonjs/sdk/models/shared/prosperitydata.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/psc.d.ts +52 -2
- package/dist/commonjs/sdk/models/shared/psc.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/psc.js +19 -3
- package/dist/commonjs/sdk/models/shared/psc.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/reversegeocoderesponse.d.ts +2 -2
- package/dist/commonjs/sdk/models/shared/roomdetails.d.ts +6 -0
- package/dist/commonjs/sdk/models/shared/roomdetails.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/roomdetails.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/salerecord.d.ts +3 -3
- package/dist/commonjs/sdk/models/shared/salerecord.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/salerecord.js +3 -4
- package/dist/commonjs/sdk/models/shared/salerecord.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/searchresponse.d.ts +3 -21
- package/dist/commonjs/sdk/models/shared/searchresponse.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/searchresponse.js +1 -6
- package/dist/commonjs/sdk/models/shared/searchresponse.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/searchresult.d.ts +5 -17
- package/dist/commonjs/sdk/models/shared/searchresult.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/searchresult.js +1 -5
- package/dist/commonjs/sdk/models/shared/searchresult.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/site.d.ts +88 -15
- package/dist/commonjs/sdk/models/shared/site.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/site.js +71 -8
- package/dist/commonjs/sdk/models/shared/site.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/siteownership.d.ts +36 -4
- package/dist/commonjs/sdk/models/shared/siteownership.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/siteownership.js +27 -3
- package/dist/commonjs/sdk/models/shared/siteownership.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/sitequerycondition.d.ts +4 -9
- package/dist/commonjs/sdk/models/shared/sitequerycondition.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/sitequerycondition.js +4 -9
- package/dist/commonjs/sdk/models/shared/sitequerycondition.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/sitequeryrequest.d.ts +0 -3
- package/dist/commonjs/sdk/models/shared/sitequeryrequest.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/sitequeryrequest.js +0 -3
- package/dist/commonjs/sdk/models/shared/sitequeryrequest.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/sitetags.d.ts +1 -9
- package/dist/commonjs/sdk/models/shared/sitetags.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/sitetags.js +0 -2
- package/dist/commonjs/sdk/models/shared/sitetags.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/streetqueryresponse.d.ts +0 -3
- package/dist/commonjs/sdk/models/shared/streetqueryresponse.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/streetqueryresponse.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/tenancydata.d.ts +6 -0
- package/dist/commonjs/sdk/models/shared/tenancydata.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/tenancydata.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/tenuredata.d.ts +9 -0
- package/dist/commonjs/sdk/models/shared/tenuredata.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/tenuredata.js +3 -0
- package/dist/commonjs/sdk/models/shared/tenuredata.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/uprnlookupresponse.d.ts +2 -2
- package/dist/commonjs/sdk/system.d.ts +0 -7
- package/dist/commonjs/sdk/system.d.ts.map +1 -1
- package/dist/commonjs/sdk/system.js +0 -10
- package/dist/commonjs/sdk/system.js.map +1 -1
- package/dist/esm/funcs/addressGetNearestPostcodes.js.map +1 -1
- package/dist/esm/funcs/addressLookupOutcode.js.map +1 -1
- package/dist/esm/funcs/addressLookupPostcode.js.map +1 -1
- package/dist/esm/funcs/addressLookupUprn.js.map +1 -1
- package/dist/esm/funcs/addressValidatePostcode.js.map +1 -1
- package/dist/esm/funcs/areasGetAreas.js.map +1 -1
- package/dist/esm/funcs/areasGetBorderingAreas.js.map +1 -1
- package/dist/esm/funcs/areasGetChildAreas.js.map +1 -1
- package/dist/esm/funcs/companiesGetCompaniesByLocation.js.map +1 -1
- package/dist/esm/funcs/companiesGetCompany.js.map +1 -1
- package/dist/esm/funcs/companiesGetCompanyOfficers.js.map +1 -1
- package/dist/esm/funcs/companiesGetCompanyPscs.js.map +1 -1
- package/dist/esm/funcs/companiesGetOfficer.js.map +1 -1
- package/dist/esm/funcs/companiesGetPerson.js.map +1 -1
- package/dist/esm/funcs/companiesGetPersonAppointments.js.map +1 -1
- package/dist/esm/funcs/companiesGetPersonCluster.js.map +1 -1
- package/dist/esm/funcs/companiesGetPsc.js.map +1 -1
- package/dist/esm/funcs/connectivityGetConnectivityScores.js.map +1 -1
- package/dist/esm/funcs/councilsGet.js.map +1 -1
- package/dist/esm/funcs/energyGetByProperty.js.map +1 -1
- package/dist/esm/funcs/energyGetCapacity.js.map +1 -1
- package/dist/esm/funcs/energyGetConnectionQueueBySubstation.js.map +1 -1
- package/dist/esm/funcs/energyGetConnectionQueueEntry.js.map +1 -1
- package/dist/esm/funcs/energyGetDFES.js.map +1 -1
- package/dist/esm/funcs/energyGetSubstation.js.map +1 -1
- package/dist/esm/funcs/epcGetEPCByLocationId.d.ts +18 -0
- package/dist/esm/funcs/epcGetEPCByLocationId.d.ts.map +1 -0
- package/dist/esm/funcs/{epcGetByLocationId.js → epcGetEPCByLocationId.js} +7 -6
- package/dist/esm/funcs/epcGetEPCByLocationId.js.map +1 -0
- package/dist/esm/funcs/{systemCheckEPCHealth.d.ts → epcGetEPCHealth.d.ts} +3 -6
- package/dist/esm/funcs/epcGetEPCHealth.d.ts.map +1 -0
- package/dist/esm/funcs/{systemCheckEPCHealth.js → epcGetEPCHealth.js} +5 -8
- package/dist/esm/funcs/epcGetEPCHealth.js.map +1 -0
- package/dist/esm/funcs/epcQueryEPC.d.ts +18 -0
- package/dist/esm/funcs/epcQueryEPC.d.ts.map +1 -0
- package/dist/esm/funcs/epcQueryEPC.js +82 -0
- package/dist/esm/funcs/epcQueryEPC.js.map +1 -0
- package/dist/esm/funcs/listingsGetListingById.js.map +1 -1
- package/dist/esm/funcs/listingsGetListingBySource.js.map +1 -1
- package/dist/esm/funcs/listingsGetListingsByLocation.js.map +1 -1
- package/dist/esm/funcs/planningGetPlanningApplications.js.map +1 -1
- package/dist/esm/funcs/planningGetPlanningApplicationsBySource.js.map +1 -1
- package/dist/esm/funcs/poiGetPOITile.js.map +1 -1
- package/dist/esm/funcs/propertyGetProperties.js.map +1 -1
- package/dist/esm/funcs/propertyGetPropertiesByLocation.js.map +1 -1
- package/dist/esm/funcs/propertyGetPropertiesBySource.js.map +1 -1
- package/dist/esm/funcs/propertyGetPropertyTiles.js.map +1 -1
- package/dist/esm/funcs/schoolsGet.js.map +1 -1
- package/dist/esm/funcs/schoolsGetBySlug.js.map +1 -1
- package/dist/esm/funcs/schoolsGetByUrn.js.map +1 -1
- package/dist/esm/funcs/sitesFindByProperty.js.map +1 -1
- package/dist/esm/funcs/sitesGet.js.map +1 -1
- package/dist/esm/funcs/sitesGetProperties.js.map +1 -1
- package/dist/esm/funcs/sitesGetTiles.js.map +1 -1
- package/dist/esm/funcs/titleDeedsGetV1TitleDeedsTitleNumberDocuments.js.map +1 -1
- package/dist/esm/funcs/titleDeedsGetV1TitleDeedsTitleNumberDocumentsDocumentType.js.map +1 -1
- package/dist/esm/funcs/titleDeedsPostV1TitleDeedsTitleNumberPurchase.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/encodings.d.ts.map +1 -1
- package/dist/esm/lib/encodings.js +20 -5
- package/dist/esm/lib/encodings.js.map +1 -1
- package/dist/esm/lib/files.d.ts +13 -0
- package/dist/esm/lib/files.d.ts.map +1 -1
- package/dist/esm/lib/files.js +18 -0
- package/dist/esm/lib/files.js.map +1 -1
- package/dist/esm/lib/sdks.d.ts.map +1 -1
- package/dist/esm/lib/sdks.js +8 -4
- package/dist/esm/lib/sdks.js.map +1 -1
- package/dist/esm/lib/security.d.ts +1 -1
- package/dist/esm/lib/security.d.ts.map +1 -1
- package/dist/esm/lib/security.js +19 -8
- package/dist/esm/lib/security.js.map +1 -1
- package/dist/esm/lib/url.d.ts.map +1 -1
- package/dist/esm/lib/url.js +4 -2
- package/dist/esm/lib/url.js.map +1 -1
- package/dist/esm/sdk/epc.d.ts +15 -3
- package/dist/esm/sdk/epc.d.ts.map +1 -1
- package/dist/esm/sdk/epc.js +22 -5
- package/dist/esm/sdk/epc.js.map +1 -1
- package/dist/esm/sdk/models/errors/getepcbylocationid.d.ts +0 -65
- package/dist/esm/sdk/models/errors/getepcbylocationid.d.ts.map +1 -1
- package/dist/esm/sdk/models/errors/getepcbylocationid.js +0 -54
- package/dist/esm/sdk/models/errors/getepcbylocationid.js.map +1 -1
- package/dist/esm/sdk/models/errors/index.d.ts +1 -0
- package/dist/esm/sdk/models/errors/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/errors/index.js +1 -0
- package/dist/esm/sdk/models/errors/index.js.map +1 -1
- package/dist/esm/sdk/models/errors/queryepc.d.ts +71 -0
- package/dist/esm/sdk/models/errors/queryepc.d.ts.map +1 -0
- package/dist/esm/sdk/models/errors/queryepc.js +63 -0
- package/dist/esm/sdk/models/errors/queryepc.js.map +1 -0
- package/dist/esm/sdk/models/operations/findnearestsubstations.d.ts +7 -7
- package/dist/esm/sdk/models/operations/findsitesbyproperty.d.ts +3 -0
- package/dist/esm/sdk/models/operations/findsitesbyproperty.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/findsitesbyproperty.js.map +1 -1
- package/dist/esm/sdk/models/operations/findsupplyareabypoint.d.ts +6 -6
- package/dist/esm/sdk/models/operations/getareacoverage.d.ts +18 -15
- package/dist/esm/sdk/models/operations/getareacoverage.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getareacoverage.js +8 -8
- package/dist/esm/sdk/models/operations/getareacoverage.js.map +1 -1
- package/dist/esm/sdk/models/operations/getareaswithinradius.d.ts +2 -2
- package/dist/esm/sdk/models/operations/getareaswithinradius.js +1 -1
- package/dist/esm/sdk/models/operations/getborderingareas.d.ts +2 -2
- package/dist/esm/sdk/models/operations/getchildareas.d.ts +2 -2
- package/dist/esm/sdk/models/operations/getcompaniesbylocation.d.ts +3 -0
- package/dist/esm/sdk/models/operations/getcompaniesbylocation.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getcompaniesbylocation.js.map +1 -1
- package/dist/esm/sdk/models/operations/getconnectionqueuebysubstation.d.ts +6 -3
- package/dist/esm/sdk/models/operations/getconnectionqueuebysubstation.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getconnectionqueuebysubstation.js.map +1 -1
- package/dist/esm/sdk/models/operations/getconnectionqueueentry.d.ts +11 -8
- package/dist/esm/sdk/models/operations/getconnectionqueueentry.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getconnectionqueueentry.js +4 -4
- package/dist/esm/sdk/models/operations/getconnectionqueueentry.js.map +1 -1
- package/dist/esm/sdk/models/operations/getconnectivityscores.d.ts +12 -12
- package/dist/esm/sdk/models/operations/getcouncilbyproviderid.d.ts +3 -0
- package/dist/esm/sdk/models/operations/getcouncilbyproviderid.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getcouncilbyproviderid.js.map +1 -1
- package/dist/esm/sdk/models/operations/getenergyforproperty.d.ts +29 -26
- package/dist/esm/sdk/models/operations/getenergyforproperty.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getenergyforproperty.js.map +1 -1
- package/dist/esm/sdk/models/operations/getepcbylocationid.d.ts +2231 -233
- package/dist/esm/sdk/models/operations/getepcbylocationid.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getepcbylocationid.js +1371 -106
- package/dist/esm/sdk/models/operations/getepcbylocationid.js.map +1 -1
- package/dist/esm/sdk/models/operations/getepchealth.d.ts +13 -0
- package/dist/esm/sdk/models/operations/getepchealth.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getepchealth.js +13 -0
- package/dist/esm/sdk/models/operations/getepchealth.js.map +1 -0
- package/dist/esm/sdk/models/operations/getmetricvalues.d.ts +3 -6
- package/dist/esm/sdk/models/operations/getmetricvalues.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getmetricvalues.js +1 -1
- package/dist/esm/sdk/models/operations/getmetricvalues.js.map +1 -1
- package/dist/esm/sdk/models/operations/getnearestpoi.d.ts +4 -4
- package/dist/esm/sdk/models/operations/getnearestpoi.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getnearestpoi.js +4 -4
- package/dist/esm/sdk/models/operations/getnearestpoi.js.map +1 -1
- package/dist/esm/sdk/models/operations/getschoolbyid.d.ts +9 -0
- package/dist/esm/sdk/models/operations/getschoolbyid.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getschoolbyid.js.map +1 -1
- package/dist/esm/sdk/models/operations/getschoolbyslug.d.ts +9 -0
- package/dist/esm/sdk/models/operations/getschoolbyslug.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getschoolbyslug.js.map +1 -1
- package/dist/esm/sdk/models/operations/getschoolbyurn.d.ts +9 -0
- package/dist/esm/sdk/models/operations/getschoolbyurn.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getschoolbyurn.js.map +1 -1
- package/dist/esm/sdk/models/operations/getschoolmetrics.d.ts +18 -6
- package/dist/esm/sdk/models/operations/getschoolmetrics.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getschoolmetrics.js +3 -3
- package/dist/esm/sdk/models/operations/getschoolmetrics.js.map +1 -1
- package/dist/esm/sdk/models/operations/getsubstationbycode.d.ts +7 -4
- package/dist/esm/sdk/models/operations/getsubstationbycode.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getsubstationbycode.js.map +1 -1
- package/dist/esm/sdk/models/operations/getsubstationcapacity.d.ts +5 -2
- package/dist/esm/sdk/models/operations/getsubstationcapacity.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getsubstationcapacity.js.map +1 -1
- package/dist/esm/sdk/models/operations/getsubstationdfes.d.ts +8 -5
- package/dist/esm/sdk/models/operations/getsubstationdfes.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getsubstationdfes.js.map +1 -1
- package/dist/esm/sdk/models/operations/getv1titledeedstitlenumberdocuments.d.ts +3 -0
- package/dist/esm/sdk/models/operations/getv1titledeedstitlenumberdocuments.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getv1titledeedstitlenumberdocuments.js.map +1 -1
- package/dist/esm/sdk/models/operations/getv1titledeedstitlenumberdocumentsdocumenttype.d.ts +3 -0
- package/dist/esm/sdk/models/operations/getv1titledeedstitlenumberdocumentsdocumenttype.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getv1titledeedstitlenumberdocumentsdocumenttype.js.map +1 -1
- package/dist/esm/sdk/models/operations/index.d.ts +1 -1
- package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/index.js +1 -1
- package/dist/esm/sdk/models/operations/index.js.map +1 -1
- package/dist/esm/sdk/models/operations/listschools.d.ts +30 -0
- package/dist/esm/sdk/models/operations/listschools.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listschools.js.map +1 -1
- package/dist/esm/sdk/models/operations/postv1titledeedstitlenumberpurchase.d.ts +3 -0
- package/dist/esm/sdk/models/operations/postv1titledeedstitlenumberpurchase.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/postv1titledeedstitlenumberpurchase.js.map +1 -1
- package/dist/esm/sdk/models/operations/resolveaddress.d.ts +4 -4
- package/dist/esm/sdk/models/operations/resolveaddress.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/resolveaddress.js +3 -3
- package/dist/esm/sdk/models/operations/resolveaddress.js.map +1 -1
- package/dist/esm/sdk/models/operations/searchconnectionqueue.d.ts +4 -4
- package/dist/esm/sdk/models/operations/searchecr.d.ts +8 -8
- package/dist/esm/sdk/models/operations/searchplanningpolicy.d.ts +9 -0
- package/dist/esm/sdk/models/operations/searchplanningpolicy.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/searchplanningpolicy.js.map +1 -1
- package/dist/esm/sdk/models/operations/searchschoolsnearby.d.ts +24 -0
- package/dist/esm/sdk/models/operations/searchschoolsnearby.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/searchschoolsnearby.js.map +1 -1
- package/dist/esm/sdk/models/operations/searchschoolswithin.d.ts +27 -0
- package/dist/esm/sdk/models/operations/searchschoolswithin.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/searchschoolswithin.js.map +1 -1
- package/dist/esm/sdk/models/operations/searchsubstations.d.ts +4 -4
- package/dist/esm/sdk/models/shared/builddata.d.ts +51 -0
- package/dist/esm/sdk/models/shared/builddata.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/builddata.js +3 -0
- package/dist/esm/sdk/models/shared/builddata.js.map +1 -1
- package/dist/esm/sdk/models/shared/chargeentry.d.ts +9 -6
- package/dist/esm/sdk/models/shared/chargeentry.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/chargeentry.js +6 -6
- package/dist/esm/sdk/models/shared/chargeentry.js.map +1 -1
- package/dist/esm/sdk/models/shared/chargehistory.d.ts +9 -3
- package/dist/esm/sdk/models/shared/chargehistory.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/chargehistory.js +3 -4
- package/dist/esm/sdk/models/shared/chargehistory.js.map +1 -1
- package/dist/esm/sdk/models/shared/company.d.ts +49 -2
- package/dist/esm/sdk/models/shared/company.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/company.js +17 -3
- package/dist/esm/sdk/models/shared/company.js.map +1 -1
- package/dist/esm/sdk/models/shared/companysummary.d.ts +52 -2
- package/dist/esm/sdk/models/shared/companysummary.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/companysummary.js +17 -2
- package/dist/esm/sdk/models/shared/companysummary.js.map +1 -1
- package/dist/esm/sdk/models/shared/counciltaxbanddetails.d.ts +15 -0
- package/dist/esm/sdk/models/shared/counciltaxbanddetails.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/counciltaxbanddetails.js.map +1 -1
- package/dist/esm/sdk/models/shared/counciltaxdata.d.ts +27 -0
- package/dist/esm/sdk/models/shared/counciltaxdata.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/counciltaxdata.js +3 -0
- package/dist/esm/sdk/models/shared/counciltaxdata.js.map +1 -1
- package/dist/esm/sdk/models/shared/epcareafilter.d.ts +12 -0
- package/dist/esm/sdk/models/shared/epcareafilter.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcareafilter.js +19 -0
- package/dist/esm/sdk/models/shared/epcareafilter.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcdata.d.ts +1717 -16
- package/dist/esm/sdk/models/shared/epcdata.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/epcdata.js +1022 -13
- package/dist/esm/sdk/models/shared/epcdata.js.map +1 -1
- package/dist/esm/sdk/models/shared/epclocalauthorityareafilter.d.ts +17 -0
- package/dist/esm/sdk/models/shared/epclocalauthorityareafilter.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epclocalauthorityareafilter.js +13 -0
- package/dist/esm/sdk/models/shared/epclocalauthorityareafilter.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcpointareafilter.d.ts +22 -0
- package/dist/esm/sdk/models/shared/epcpointareafilter.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcpointareafilter.js +14 -0
- package/dist/esm/sdk/models/shared/epcpointareafilter.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcpolygonareafilter.d.ts +17 -0
- package/dist/esm/sdk/models/shared/epcpolygonareafilter.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcpolygonareafilter.js +13 -0
- package/dist/esm/sdk/models/shared/epcpolygonareafilter.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcpostcodeareafilter.d.ts +17 -0
- package/dist/esm/sdk/models/shared/epcpostcodeareafilter.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcpostcodeareafilter.js +13 -0
- package/dist/esm/sdk/models/shared/epcpostcodeareafilter.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcquerycondition.d.ts +105 -0
- package/dist/esm/sdk/models/shared/epcquerycondition.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcquerycondition.js +91 -0
- package/dist/esm/sdk/models/shared/epcquerycondition.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcquerygroup.d.ts +16 -0
- package/dist/esm/sdk/models/shared/epcquerygroup.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcquerygroup.js +13 -0
- package/dist/esm/sdk/models/shared/epcquerygroup.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcqueryoperator.d.ts +35 -0
- package/dist/esm/sdk/models/shared/epcqueryoperator.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcqueryoperator.js +24 -0
- package/dist/esm/sdk/models/shared/epcqueryoperator.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcqueryrequest.d.ts +52 -0
- package/dist/esm/sdk/models/shared/epcqueryrequest.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcqueryrequest.js +25 -0
- package/dist/esm/sdk/models/shared/epcqueryrequest.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcqueryresponse.d.ts +2476 -0
- package/dist/esm/sdk/models/shared/epcqueryresponse.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcqueryresponse.js +1428 -0
- package/dist/esm/sdk/models/shared/epcqueryresponse.js.map +1 -0
- package/dist/esm/sdk/models/shared/epcsort.d.ts +51 -0
- package/dist/esm/sdk/models/shared/epcsort.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/epcsort.js +35 -0
- package/dist/esm/sdk/models/shared/epcsort.js.map +1 -0
- package/dist/esm/sdk/models/shared/index.d.ts +11 -5
- package/dist/esm/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/index.js +11 -5
- package/dist/esm/sdk/models/shared/index.js.map +1 -1
- package/dist/esm/sdk/models/shared/lease.d.ts +12 -0
- package/dist/esm/sdk/models/shared/lease.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/lease.js.map +1 -1
- package/dist/esm/sdk/models/shared/listing.d.ts +3 -0
- package/dist/esm/sdk/models/shared/listing.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/listing.js +3 -3
- package/dist/esm/sdk/models/shared/listing.js.map +1 -1
- package/dist/esm/sdk/models/shared/marketstatus.d.ts +42 -6
- package/dist/esm/sdk/models/shared/marketstatus.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/marketstatus.js +6 -8
- package/dist/esm/sdk/models/shared/marketstatus.js.map +1 -1
- package/dist/esm/sdk/models/shared/nearestpostcodesresponse.d.ts +12 -12
- package/dist/esm/sdk/models/shared/nearestpostcodesresponse.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/nearestpostcodesresponse.js +8 -8
- package/dist/esm/sdk/models/shared/nearestpostcodesresponse.js.map +1 -1
- package/dist/esm/sdk/models/shared/officer.d.ts +52 -2
- package/dist/esm/sdk/models/shared/officer.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/officer.js +18 -2
- package/dist/esm/sdk/models/shared/officer.js.map +1 -1
- package/dist/esm/sdk/models/shared/outcodelookupresponse.d.ts +2 -2
- package/dist/esm/sdk/models/shared/person.d.ts +16 -1
- package/dist/esm/sdk/models/shared/person.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/person.js +9 -2
- package/dist/esm/sdk/models/shared/person.js.map +1 -1
- package/dist/esm/sdk/models/shared/personcluster.d.ts +70 -2
- package/dist/esm/sdk/models/shared/personcluster.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/personcluster.js +29 -2
- package/dist/esm/sdk/models/shared/personcluster.js.map +1 -1
- package/dist/esm/sdk/models/shared/personlistresponse.d.ts +1 -1
- package/dist/esm/sdk/models/shared/personlistresponse.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/personlistresponse.js +1 -1
- package/dist/esm/sdk/models/shared/personlistresponse.js.map +1 -1
- package/dist/esm/sdk/models/shared/personsummary.d.ts +21 -3
- package/dist/esm/sdk/models/shared/personsummary.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/personsummary.js +10 -2
- package/dist/esm/sdk/models/shared/personsummary.js.map +1 -1
- package/dist/esm/sdk/models/shared/planningapplication.d.ts +64 -4
- package/dist/esm/sdk/models/shared/planningapplication.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/planningapplication.js +29 -4
- package/dist/esm/sdk/models/shared/planningapplication.js.map +1 -1
- package/dist/esm/sdk/models/shared/postcodeaddress.d.ts +2 -2
- package/dist/esm/sdk/models/shared/postcodevalidationresponse.d.ts +2 -2
- package/dist/esm/sdk/models/shared/pricechange.d.ts +21 -0
- package/dist/esm/sdk/models/shared/pricechange.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/pricechange.js +3 -0
- package/dist/esm/sdk/models/shared/pricechange.js.map +1 -1
- package/dist/esm/sdk/models/shared/pricingdata.d.ts +15 -0
- package/dist/esm/sdk/models/shared/pricingdata.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/pricingdata.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyaddress.d.ts +7 -1
- package/dist/esm/sdk/models/shared/propertyaddress.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyaddress.js +1 -1
- package/dist/esm/sdk/models/shared/propertyaddress.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertydataapi.d.ts +389 -0
- package/dist/esm/sdk/models/shared/propertydataapi.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertydataapi.js +142 -0
- package/dist/esm/sdk/models/shared/propertydataapi.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyquerycondition.d.ts +8 -8
- package/dist/esm/sdk/models/shared/propertyquerycondition.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyquerycondition.js +6 -7
- package/dist/esm/sdk/models/shared/propertyquerycondition.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyqueryoperator.d.ts +4 -4
- package/dist/esm/sdk/models/shared/propertyqueryoperator.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyqueryoperator.js +3 -4
- package/dist/esm/sdk/models/shared/propertyqueryoperator.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyqueryrequest.d.ts +4 -4
- package/dist/esm/sdk/models/shared/propertyqueryrequest.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyqueryrequest.js +3 -3
- package/dist/esm/sdk/models/shared/propertyqueryrequest.js.map +1 -1
- package/dist/esm/sdk/models/shared/prosperitydata.d.ts +8 -8
- package/dist/esm/sdk/models/shared/prosperitydata.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/prosperitydata.js +8 -8
- package/dist/esm/sdk/models/shared/prosperitydata.js.map +1 -1
- package/dist/esm/sdk/models/shared/psc.d.ts +52 -2
- package/dist/esm/sdk/models/shared/psc.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/psc.js +17 -2
- package/dist/esm/sdk/models/shared/psc.js.map +1 -1
- package/dist/esm/sdk/models/shared/reversegeocoderesponse.d.ts +2 -2
- package/dist/esm/sdk/models/shared/roomdetails.d.ts +6 -0
- package/dist/esm/sdk/models/shared/roomdetails.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/roomdetails.js.map +1 -1
- package/dist/esm/sdk/models/shared/salerecord.d.ts +3 -3
- package/dist/esm/sdk/models/shared/salerecord.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/salerecord.js +3 -4
- package/dist/esm/sdk/models/shared/salerecord.js.map +1 -1
- package/dist/esm/sdk/models/shared/searchresponse.d.ts +3 -21
- package/dist/esm/sdk/models/shared/searchresponse.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/searchresponse.js +1 -6
- package/dist/esm/sdk/models/shared/searchresponse.js.map +1 -1
- package/dist/esm/sdk/models/shared/searchresult.d.ts +5 -17
- package/dist/esm/sdk/models/shared/searchresult.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/searchresult.js +1 -5
- package/dist/esm/sdk/models/shared/searchresult.js.map +1 -1
- package/dist/esm/sdk/models/shared/site.d.ts +88 -15
- package/dist/esm/sdk/models/shared/site.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/site.js +70 -7
- package/dist/esm/sdk/models/shared/site.js.map +1 -1
- package/dist/esm/sdk/models/shared/siteownership.d.ts +36 -4
- package/dist/esm/sdk/models/shared/siteownership.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/siteownership.js +26 -2
- package/dist/esm/sdk/models/shared/siteownership.js.map +1 -1
- package/dist/esm/sdk/models/shared/sitequerycondition.d.ts +4 -9
- package/dist/esm/sdk/models/shared/sitequerycondition.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/sitequerycondition.js +3 -8
- package/dist/esm/sdk/models/shared/sitequerycondition.js.map +1 -1
- package/dist/esm/sdk/models/shared/sitequeryrequest.d.ts +0 -3
- package/dist/esm/sdk/models/shared/sitequeryrequest.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/sitequeryrequest.js +0 -3
- package/dist/esm/sdk/models/shared/sitequeryrequest.js.map +1 -1
- package/dist/esm/sdk/models/shared/sitetags.d.ts +1 -9
- package/dist/esm/sdk/models/shared/sitetags.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/sitetags.js +0 -2
- package/dist/esm/sdk/models/shared/sitetags.js.map +1 -1
- package/dist/esm/sdk/models/shared/streetqueryresponse.d.ts +0 -3
- package/dist/esm/sdk/models/shared/streetqueryresponse.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/streetqueryresponse.js.map +1 -1
- package/dist/esm/sdk/models/shared/tenancydata.d.ts +6 -0
- package/dist/esm/sdk/models/shared/tenancydata.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/tenancydata.js.map +1 -1
- package/dist/esm/sdk/models/shared/tenuredata.d.ts +9 -0
- package/dist/esm/sdk/models/shared/tenuredata.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/tenuredata.js +3 -0
- package/dist/esm/sdk/models/shared/tenuredata.js.map +1 -1
- package/dist/esm/sdk/models/shared/uprnlookupresponse.d.ts +2 -2
- package/dist/esm/sdk/system.d.ts +0 -7
- package/dist/esm/sdk/system.d.ts.map +1 -1
- package/dist/esm/sdk/system.js +0 -10
- package/dist/esm/sdk/system.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/addressGetNearestPostcodes.ts +0 -1
- package/src/funcs/addressLookupOutcode.ts +0 -1
- package/src/funcs/addressLookupPostcode.ts +0 -1
- package/src/funcs/addressLookupUprn.ts +0 -1
- package/src/funcs/addressValidatePostcode.ts +0 -1
- package/src/funcs/areasGetAreas.ts +0 -1
- package/src/funcs/areasGetBorderingAreas.ts +0 -1
- package/src/funcs/areasGetChildAreas.ts +0 -1
- package/src/funcs/companiesGetCompaniesByLocation.ts +0 -1
- package/src/funcs/companiesGetCompany.ts +0 -1
- package/src/funcs/companiesGetCompanyOfficers.ts +0 -1
- package/src/funcs/companiesGetCompanyPscs.ts +0 -1
- package/src/funcs/companiesGetOfficer.ts +0 -1
- package/src/funcs/companiesGetPerson.ts +0 -1
- package/src/funcs/companiesGetPersonAppointments.ts +0 -1
- package/src/funcs/companiesGetPersonCluster.ts +0 -1
- package/src/funcs/companiesGetPsc.ts +0 -1
- package/src/funcs/connectivityGetConnectivityScores.ts +0 -1
- package/src/funcs/councilsGet.ts +0 -1
- package/src/funcs/energyGetByProperty.ts +0 -1
- package/src/funcs/energyGetCapacity.ts +0 -1
- package/src/funcs/energyGetConnectionQueueBySubstation.ts +0 -1
- package/src/funcs/energyGetConnectionQueueEntry.ts +0 -1
- package/src/funcs/energyGetDFES.ts +0 -1
- package/src/funcs/energyGetSubstation.ts +0 -1
- package/src/funcs/{epcGetByLocationId.ts → epcGetEPCByLocationId.ts} +5 -9
- package/src/funcs/{systemCheckEPCHealth.ts → epcGetEPCHealth.ts} +7 -10
- package/src/funcs/epcQueryEPC.ts +169 -0
- package/src/funcs/listingsGetListingById.ts +0 -1
- package/src/funcs/listingsGetListingBySource.ts +0 -1
- package/src/funcs/listingsGetListingsByLocation.ts +0 -1
- package/src/funcs/planningGetPlanningApplications.ts +0 -1
- package/src/funcs/planningGetPlanningApplicationsBySource.ts +0 -1
- package/src/funcs/poiGetPOITile.ts +0 -1
- package/src/funcs/propertyGetProperties.ts +0 -1
- package/src/funcs/propertyGetPropertiesByLocation.ts +0 -1
- package/src/funcs/propertyGetPropertiesBySource.ts +0 -1
- package/src/funcs/propertyGetPropertyTiles.ts +0 -1
- package/src/funcs/schoolsGet.ts +0 -1
- package/src/funcs/schoolsGetBySlug.ts +0 -1
- package/src/funcs/schoolsGetByUrn.ts +0 -1
- package/src/funcs/sitesFindByProperty.ts +0 -1
- package/src/funcs/sitesGet.ts +0 -1
- package/src/funcs/sitesGetProperties.ts +0 -1
- package/src/funcs/sitesGetTiles.ts +0 -1
- package/src/funcs/titleDeedsGetV1TitleDeedsTitleNumberDocuments.ts +0 -1
- package/src/funcs/titleDeedsGetV1TitleDeedsTitleNumberDocumentsDocumentType.ts +0 -1
- package/src/funcs/titleDeedsPostV1TitleDeedsTitleNumberPurchase.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +23 -4
- package/src/lib/files.ts +22 -0
- package/src/lib/sdks.ts +7 -5
- package/src/lib/security.ts +14 -2
- package/src/lib/url.ts +16 -14
- package/src/sdk/epc.ts +37 -5
- package/src/sdk/models/errors/getepcbylocationid.ts +0 -127
- package/src/sdk/models/errors/index.ts +1 -0
- package/src/sdk/models/errors/queryepc.ts +137 -0
- package/src/sdk/models/operations/findnearestsubstations.ts +7 -7
- package/src/sdk/models/operations/findsitesbyproperty.ts +3 -0
- package/src/sdk/models/operations/findsupplyareabypoint.ts +6 -6
- package/src/sdk/models/operations/getareacoverage.ts +32 -24
- package/src/sdk/models/operations/getareaswithinradius.ts +2 -2
- package/src/sdk/models/operations/getborderingareas.ts +2 -2
- package/src/sdk/models/operations/getchildareas.ts +2 -2
- package/src/sdk/models/operations/getcompaniesbylocation.ts +3 -0
- package/src/sdk/models/operations/getconnectionqueuebysubstation.ts +6 -3
- package/src/sdk/models/operations/getconnectionqueueentry.ts +19 -13
- package/src/sdk/models/operations/getconnectivityscores.ts +12 -12
- package/src/sdk/models/operations/getcouncilbyproviderid.ts +3 -0
- package/src/sdk/models/operations/getenergyforproperty.ts +29 -26
- package/src/sdk/models/operations/getepcbylocationid.ts +3587 -416
- package/src/sdk/models/operations/getepchealth.ts +34 -0
- package/src/sdk/models/operations/getmetricvalues.ts +3 -6
- package/src/sdk/models/operations/getnearestpoi.ts +9 -9
- package/src/sdk/models/operations/getschoolbyid.ts +9 -0
- package/src/sdk/models/operations/getschoolbyslug.ts +9 -0
- package/src/sdk/models/operations/getschoolbyurn.ts +9 -0
- package/src/sdk/models/operations/getschoolmetrics.ts +18 -6
- package/src/sdk/models/operations/getsubstationbycode.ts +7 -4
- package/src/sdk/models/operations/getsubstationcapacity.ts +5 -2
- package/src/sdk/models/operations/getsubstationdfes.ts +8 -5
- package/src/sdk/models/operations/getv1titledeedstitlenumberdocuments.ts +3 -0
- package/src/sdk/models/operations/getv1titledeedstitlenumberdocumentsdocumenttype.ts +3 -0
- package/src/sdk/models/operations/index.ts +1 -1
- package/src/sdk/models/operations/listschools.ts +30 -0
- package/src/sdk/models/operations/postv1titledeedstitlenumberpurchase.ts +3 -0
- package/src/sdk/models/operations/resolveaddress.ts +9 -6
- package/src/sdk/models/operations/searchconnectionqueue.ts +4 -4
- package/src/sdk/models/operations/searchecr.ts +8 -8
- package/src/sdk/models/operations/searchplanningpolicy.ts +9 -0
- package/src/sdk/models/operations/searchschoolsnearby.ts +24 -0
- package/src/sdk/models/operations/searchschoolswithin.ts +27 -0
- package/src/sdk/models/operations/searchsubstations.ts +4 -4
- package/src/sdk/models/shared/builddata.ts +51 -0
- package/src/sdk/models/shared/chargeentry.ts +15 -12
- package/src/sdk/models/shared/chargehistory.ts +14 -7
- package/src/sdk/models/shared/company.ts +78 -7
- package/src/sdk/models/shared/companysummary.ts +85 -6
- package/src/sdk/models/shared/counciltaxbanddetails.ts +15 -0
- package/src/sdk/models/shared/counciltaxdata.ts +27 -0
- package/src/sdk/models/shared/epcareafilter.ts +54 -0
- package/src/sdk/models/shared/epcdata.ts +2668 -36
- package/src/sdk/models/shared/epclocalauthorityareafilter.ts +39 -0
- package/src/sdk/models/shared/epcpointareafilter.ts +43 -0
- package/src/sdk/models/shared/epcpolygonareafilter.ts +37 -0
- package/src/sdk/models/shared/epcpostcodeareafilter.ts +37 -0
- package/src/sdk/models/shared/epcquerycondition.ts +169 -0
- package/src/sdk/models/shared/epcquerygroup.ts +35 -0
- package/src/sdk/models/shared/epcqueryoperator.ts +62 -0
- package/src/sdk/models/shared/epcqueryrequest.ts +96 -0
- package/src/sdk/models/shared/epcqueryresponse.ts +4009 -0
- package/src/sdk/models/shared/epcsort.ts +73 -0
- package/src/sdk/models/shared/index.ts +11 -5
- package/src/sdk/models/shared/lease.ts +12 -0
- package/src/sdk/models/shared/listing.ts +32 -24
- package/src/sdk/models/shared/marketstatus.ts +48 -14
- package/src/sdk/models/shared/nearestpostcodesresponse.ts +36 -28
- package/src/sdk/models/shared/officer.ts +80 -6
- package/src/sdk/models/shared/outcodelookupresponse.ts +2 -2
- package/src/sdk/models/shared/person.ts +35 -2
- package/src/sdk/models/shared/personcluster.ts +119 -4
- package/src/sdk/models/shared/personlistresponse.ts +2 -2
- package/src/sdk/models/shared/personsummary.ts +41 -4
- package/src/sdk/models/shared/planningapplication.ts +109 -11
- package/src/sdk/models/shared/postcodeaddress.ts +2 -2
- package/src/sdk/models/shared/postcodevalidationresponse.ts +2 -2
- package/src/sdk/models/shared/pricechange.ts +21 -0
- package/src/sdk/models/shared/pricingdata.ts +15 -0
- package/src/sdk/models/shared/propertyaddress.ts +8 -2
- package/src/sdk/models/shared/propertydataapi.ts +559 -0
- package/src/sdk/models/shared/propertyquerycondition.ts +22 -13
- package/src/sdk/models/shared/propertyqueryoperator.ts +9 -6
- package/src/sdk/models/shared/propertyqueryrequest.ts +13 -7
- package/src/sdk/models/shared/prosperitydata.ts +16 -16
- package/src/sdk/models/shared/psc.ts +79 -6
- package/src/sdk/models/shared/reversegeocoderesponse.ts +2 -2
- package/src/sdk/models/shared/roomdetails.ts +6 -0
- package/src/sdk/models/shared/salerecord.ts +6 -7
- package/src/sdk/models/shared/searchresponse.ts +3 -21
- package/src/sdk/models/shared/searchresult.ts +5 -17
- package/src/sdk/models/shared/site.ts +114 -21
- package/src/sdk/models/shared/siteownership.ts +51 -6
- package/src/sdk/models/shared/sitequerycondition.ts +9 -12
- package/src/sdk/models/shared/sitequeryrequest.ts +0 -3
- package/src/sdk/models/shared/sitetags.ts +1 -11
- package/src/sdk/models/shared/streetqueryresponse.ts +0 -3
- package/src/sdk/models/shared/tenancydata.ts +6 -0
- package/src/sdk/models/shared/tenuredata.ts +9 -0
- package/src/sdk/models/shared/uprnlookupresponse.ts +2 -2
- package/src/sdk/system.ts +0 -16
- package/dist/commonjs/funcs/epcGetByLocationId.d.ts +0 -18
- package/dist/commonjs/funcs/epcGetByLocationId.d.ts.map +0 -1
- package/dist/commonjs/funcs/epcGetByLocationId.js.map +0 -1
- package/dist/commonjs/funcs/systemCheckEPCHealth.d.ts.map +0 -1
- package/dist/commonjs/funcs/systemCheckEPCHealth.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/checkepchealth.d.ts +0 -15
- package/dist/commonjs/sdk/models/operations/checkepchealth.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/checkepchealth.js.map +0 -1
- package/dist/commonjs/sdk/models/shared/companyaddress.d.ts +0 -52
- package/dist/commonjs/sdk/models/shared/companyaddress.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/shared/companyaddress.js.map +0 -1
- package/dist/commonjs/sdk/models/shared/dateofbirth.d.ts +0 -20
- package/dist/commonjs/sdk/models/shared/dateofbirth.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/shared/dateofbirth.js.map +0 -1
- package/dist/commonjs/sdk/models/shared/planningaddress.d.ts +0 -48
- package/dist/commonjs/sdk/models/shared/planningaddress.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/shared/planningaddress.js.map +0 -1
- package/dist/commonjs/sdk/models/shared/planningpeople.d.ts +0 -22
- package/dist/commonjs/sdk/models/shared/planningpeople.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/shared/planningpeople.js.map +0 -1
- package/dist/commonjs/sdk/models/shared/sitescores.d.ts +0 -24
- package/dist/commonjs/sdk/models/shared/sitescores.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/shared/sitescores.js.map +0 -1
- package/dist/esm/funcs/epcGetByLocationId.d.ts +0 -18
- package/dist/esm/funcs/epcGetByLocationId.d.ts.map +0 -1
- package/dist/esm/funcs/epcGetByLocationId.js.map +0 -1
- package/dist/esm/funcs/systemCheckEPCHealth.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/checkepchealth.d.ts +0 -15
- package/dist/esm/sdk/models/operations/checkepchealth.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/checkepchealth.js +0 -15
- package/dist/esm/sdk/models/operations/checkepchealth.js.map +0 -1
- package/dist/esm/sdk/models/shared/companyaddress.d.ts +0 -52
- package/dist/esm/sdk/models/shared/companyaddress.d.ts.map +0 -1
- package/dist/esm/sdk/models/shared/companyaddress.js +0 -22
- package/dist/esm/sdk/models/shared/companyaddress.js.map +0 -1
- package/dist/esm/sdk/models/shared/dateofbirth.d.ts +0 -20
- package/dist/esm/sdk/models/shared/dateofbirth.d.ts.map +0 -1
- package/dist/esm/sdk/models/shared/dateofbirth.js +0 -14
- package/dist/esm/sdk/models/shared/dateofbirth.js.map +0 -1
- package/dist/esm/sdk/models/shared/planningaddress.d.ts +0 -48
- package/dist/esm/sdk/models/shared/planningaddress.d.ts.map +0 -1
- package/dist/esm/sdk/models/shared/planningaddress.js +0 -21
- package/dist/esm/sdk/models/shared/planningaddress.js.map +0 -1
- package/dist/esm/sdk/models/shared/planningpeople.d.ts +0 -22
- package/dist/esm/sdk/models/shared/planningpeople.d.ts.map +0 -1
- package/dist/esm/sdk/models/shared/planningpeople.js +0 -16
- package/dist/esm/sdk/models/shared/planningpeople.js.map +0 -1
- package/dist/esm/sdk/models/shared/sitescores.d.ts +0 -24
- package/dist/esm/sdk/models/shared/sitescores.d.ts.map +0 -1
- package/dist/esm/sdk/models/shared/sitescores.js +0 -15
- package/dist/esm/sdk/models/shared/sitescores.js.map +0 -1
- package/src/sdk/models/operations/checkepchealth.ts +0 -38
- package/src/sdk/models/shared/companyaddress.ts +0 -82
- package/src/sdk/models/shared/dateofbirth.ts +0 -42
- package/src/sdk/models/shared/planningaddress.ts +0 -77
- package/src/sdk/models/shared/planningpeople.ts +0 -47
- package/src/sdk/models/shared/sitescores.ts +0 -47
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
2
|
+
import { ClosedEnum, OpenEnum } from "../../types/enums.js";
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
/**
|
|
6
|
+
* Filter by certificate type. Omit to return all types.
|
|
7
|
+
*/
|
|
8
|
+
export declare const CertificateType: {
|
|
9
|
+
readonly Domestic: "domestic";
|
|
10
|
+
readonly NonDomestic: "non_domestic";
|
|
11
|
+
readonly Dec: "dec";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Filter by certificate type. Omit to return all types.
|
|
15
|
+
*/
|
|
16
|
+
export type CertificateType = ClosedEnum<typeof CertificateType>;
|
|
5
17
|
export type GetEpcByLocationIdRequest = {
|
|
18
|
+
/**
|
|
19
|
+
* Filter by certificate type. Omit to return all types.
|
|
20
|
+
*/
|
|
21
|
+
certificateType?: CertificateType | undefined;
|
|
6
22
|
/**
|
|
7
23
|
* Maximum records to return (default: 100, max: 1000)
|
|
8
24
|
*/
|
|
@@ -17,458 +33,2210 @@ export type GetEpcByLocationIdRequest = {
|
|
|
17
33
|
offset?: string | undefined;
|
|
18
34
|
};
|
|
19
35
|
/**
|
|
20
|
-
*
|
|
36
|
+
* Standardised address.
|
|
37
|
+
*/
|
|
38
|
+
export type GetEpcByLocationIdAddress = {
|
|
39
|
+
/**
|
|
40
|
+
* Formatted display address.
|
|
41
|
+
*/
|
|
42
|
+
displayAddress: string;
|
|
43
|
+
/**
|
|
44
|
+
* Address line 1.
|
|
45
|
+
*/
|
|
46
|
+
line1: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Address line 2.
|
|
49
|
+
*/
|
|
50
|
+
line2: string | null;
|
|
51
|
+
/**
|
|
52
|
+
* Address line 3 / post town.
|
|
53
|
+
*/
|
|
54
|
+
line3: string | null;
|
|
55
|
+
/**
|
|
56
|
+
* Post town.
|
|
57
|
+
*/
|
|
58
|
+
postTown: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* UK postcode.
|
|
61
|
+
*/
|
|
62
|
+
postcode: string;
|
|
63
|
+
/**
|
|
64
|
+
* Postcode with spaces removed, for matching.
|
|
65
|
+
*/
|
|
66
|
+
postcodeNoSpace: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Assessment methodology: rdsap (existing domestic), sap (new domestic), sbem (non-domestic), dsm (complex non-domestic), operational (DEC).
|
|
70
|
+
*/
|
|
71
|
+
export declare const AssessmentMethodology: {
|
|
72
|
+
readonly Rdsap: "rdsap";
|
|
73
|
+
readonly Sap: "sap";
|
|
74
|
+
readonly Sbem: "sbem";
|
|
75
|
+
readonly Dsm: "dsm";
|
|
76
|
+
readonly Operational: "operational";
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* Assessment methodology: rdsap (existing domestic), sap (new domestic), sbem (non-domestic), dsm (complex non-domestic), operational (DEC).
|
|
80
|
+
*/
|
|
81
|
+
export type AssessmentMethodology = OpenEnum<typeof AssessmentMethodology>;
|
|
82
|
+
/**
|
|
83
|
+
* Primary servicing strategy for CO2 emissions calculation.
|
|
84
|
+
*/
|
|
85
|
+
export declare const BuildingEnvironment: {
|
|
86
|
+
readonly HeatingAndNaturalVentilation: "heating_and_natural_ventilation";
|
|
87
|
+
readonly HeatingAndMechanicalVentilation: "heating_and_mechanical_ventilation";
|
|
88
|
+
readonly AirConditioning: "air_conditioning";
|
|
89
|
+
readonly MixedModeNatural: "mixed_mode_natural";
|
|
90
|
+
readonly MixedModeMechanical: "mixed_mode_mechanical";
|
|
91
|
+
readonly Unconditioned: "unconditioned";
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Primary servicing strategy for CO2 emissions calculation.
|
|
95
|
+
*/
|
|
96
|
+
export type BuildingEnvironment = OpenEnum<typeof BuildingEnvironment>;
|
|
97
|
+
/**
|
|
98
|
+
* New build benchmark band. Scotland only.
|
|
99
|
+
*/
|
|
100
|
+
export declare const NewBuildBand: {
|
|
101
|
+
readonly APlus: "A+";
|
|
102
|
+
readonly A: "A";
|
|
103
|
+
readonly BPlus: "B+";
|
|
104
|
+
readonly B: "B";
|
|
105
|
+
readonly CPlus: "C+";
|
|
106
|
+
readonly C: "C";
|
|
107
|
+
readonly DPlus: "D+";
|
|
108
|
+
readonly D: "D";
|
|
109
|
+
readonly EPlus: "E+";
|
|
110
|
+
readonly E: "E";
|
|
111
|
+
readonly FPlus: "F+";
|
|
112
|
+
readonly F: "F";
|
|
113
|
+
readonly G: "G";
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* New build benchmark band. Scotland only.
|
|
117
|
+
*/
|
|
118
|
+
export type NewBuildBand = OpenEnum<typeof NewBuildBand>;
|
|
119
|
+
/**
|
|
120
|
+
* Non-domestic benchmarks and building classification. Null for domestic.
|
|
121
|
+
*/
|
|
122
|
+
export type Benchmarks = {
|
|
123
|
+
/**
|
|
124
|
+
* Total energy use minus on-site generation (kWh/m²/year). Scotland only.
|
|
125
|
+
*/
|
|
126
|
+
approximateEnergyUse: number | null;
|
|
127
|
+
/**
|
|
128
|
+
* Building Emission Rate — actual annual CO2 output (kg CO2/m²/year).
|
|
129
|
+
*/
|
|
130
|
+
buildingEmissions: number | null;
|
|
131
|
+
/**
|
|
132
|
+
* Primary servicing strategy for CO2 emissions calculation.
|
|
133
|
+
*/
|
|
134
|
+
buildingEnvironment: BuildingEnvironment | null;
|
|
135
|
+
/**
|
|
136
|
+
* NOS assessor complexity classification. 3=simple (small, naturally ventilated), 4=medium (sophisticated HVAC), 5=complex (DSM required — airports, large shopping centres). E&W only.
|
|
137
|
+
*/
|
|
138
|
+
buildingLevel: number | null;
|
|
139
|
+
/**
|
|
140
|
+
* Electricity source (grid vs other). Scotland only. In practice, 100% of records report 'Grid supplied'.
|
|
141
|
+
*/
|
|
142
|
+
electricitySource: string | null;
|
|
143
|
+
/**
|
|
144
|
+
* Existing stock benchmark. E&W only (EXISTING_STOCK_BENCHMARK).
|
|
145
|
+
*/
|
|
146
|
+
existingStock: string | null;
|
|
147
|
+
/**
|
|
148
|
+
* Whether the building meets 2002 Scottish Building Standards (Section 63). Scotland only.
|
|
149
|
+
*/
|
|
150
|
+
meets2002Standard: boolean | null;
|
|
151
|
+
/**
|
|
152
|
+
* New build benchmark rating. E&W: text value from NEW_BUILD_BENCHMARK. Scotland: numeric kg CO2/m²/year from NEW_BUILD_ENERGY_PERFORMANCE_RATING.
|
|
153
|
+
*/
|
|
154
|
+
newBuild: number | null;
|
|
155
|
+
/**
|
|
156
|
+
* New build benchmark band. Scotland only.
|
|
157
|
+
*/
|
|
158
|
+
newBuildBand: NewBuildBand | null;
|
|
159
|
+
/**
|
|
160
|
+
* Standard Emission Rate — fixed improvement-adjusted baseline (kg CO2/m²/year). E&W only.
|
|
161
|
+
*/
|
|
162
|
+
standardEmissions: number | null;
|
|
163
|
+
/**
|
|
164
|
+
* Target Emission Rate — Building Regs minimum requirement (kg CO2/m²/year).
|
|
165
|
+
*/
|
|
166
|
+
targetEmissions: number | null;
|
|
167
|
+
/**
|
|
168
|
+
* Typical Emission Rate — industry comparison baseline (kg CO2/m²/year). E&W only.
|
|
169
|
+
*/
|
|
170
|
+
typicalEmissions: number | null;
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* Certificate type: domestic, non_domestic, or dec.
|
|
174
|
+
*/
|
|
175
|
+
export declare const GetEpcByLocationIdCertificateType: {
|
|
176
|
+
readonly Domestic: "domestic";
|
|
177
|
+
readonly NonDomestic: "non_domestic";
|
|
178
|
+
readonly Dec: "dec";
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* Certificate type: domestic, non_domestic, or dec.
|
|
182
|
+
*/
|
|
183
|
+
export type GetEpcByLocationIdCertificateType = OpenEnum<typeof GetEpcByLocationIdCertificateType>;
|
|
184
|
+
/**
|
|
185
|
+
* Geographic coordinates. Derived from UPRN match or postcode centroid.
|
|
186
|
+
*/
|
|
187
|
+
export type Coordinates = {
|
|
188
|
+
/**
|
|
189
|
+
* WGS84 latitude.
|
|
190
|
+
*/
|
|
191
|
+
latitude: number;
|
|
192
|
+
/**
|
|
193
|
+
* WGS84 longitude.
|
|
194
|
+
*/
|
|
195
|
+
longitude: number;
|
|
196
|
+
};
|
|
197
|
+
/**
|
|
198
|
+
* Built form: detached, semi_detached, mid_terrace, end_terrace, enclosed_mid_terrace, enclosed_end_terrace.
|
|
199
|
+
*/
|
|
200
|
+
export declare const BuiltForm: {
|
|
201
|
+
readonly Detached: "detached";
|
|
202
|
+
readonly SemiDetached: "semi_detached";
|
|
203
|
+
readonly MidTerrace: "mid_terrace";
|
|
204
|
+
readonly EndTerrace: "end_terrace";
|
|
205
|
+
readonly EnclosedMidTerrace: "enclosed_mid_terrace";
|
|
206
|
+
readonly EnclosedEndTerrace: "enclosed_end_terrace";
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* Built form: detached, semi_detached, mid_terrace, end_terrace, enclosed_mid_terrace, enclosed_end_terrace.
|
|
210
|
+
*/
|
|
211
|
+
export type BuiltForm = OpenEnum<typeof BuiltForm>;
|
|
212
|
+
/**
|
|
213
|
+
* Structured construction age. Parsed from CONSTRUCTION_AGE_BAND text.
|
|
21
214
|
*/
|
|
22
215
|
export type ConstructionAge = {
|
|
23
216
|
/**
|
|
24
|
-
*
|
|
217
|
+
* End year of construction period. Null for 'XXXX onwards' bands.
|
|
218
|
+
*/
|
|
219
|
+
endYear: number | null;
|
|
220
|
+
/**
|
|
221
|
+
* Whether the construction date is an exact year (true) or a range (false).
|
|
222
|
+
*/
|
|
223
|
+
isExact: boolean;
|
|
224
|
+
/**
|
|
225
|
+
* Midpoint year. Useful for approximate age calculations.
|
|
226
|
+
*/
|
|
227
|
+
midYear: number | null;
|
|
228
|
+
/**
|
|
229
|
+
* Start year of construction period. Null for 'before XXXX' bands.
|
|
230
|
+
*/
|
|
231
|
+
startYear: number | null;
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* Glazed area relative to typical property. Deprecated in RdSAP10 but persists in register from older assessments.
|
|
235
|
+
*/
|
|
236
|
+
export declare const Area: {
|
|
237
|
+
readonly MuchLessThanTypical: "much_less_than_typical";
|
|
238
|
+
readonly LessThanTypical: "less_than_typical";
|
|
239
|
+
readonly Normal: "normal";
|
|
240
|
+
readonly MoreThanTypical: "more_than_typical";
|
|
241
|
+
readonly MuchMoreThanTypical: "much_more_than_typical";
|
|
242
|
+
};
|
|
243
|
+
/**
|
|
244
|
+
* Glazed area relative to typical property. Deprecated in RdSAP10 but persists in register from older assessments.
|
|
245
|
+
*/
|
|
246
|
+
export type Area = OpenEnum<typeof Area>;
|
|
247
|
+
/**
|
|
248
|
+
* Glazing specification.
|
|
249
|
+
*/
|
|
250
|
+
export declare const GetEpcByLocationIdType: {
|
|
251
|
+
readonly Single: "single";
|
|
252
|
+
readonly DoublePre2002: "double_pre_2002";
|
|
253
|
+
readonly DoublePost2002: "double_post_2002";
|
|
254
|
+
readonly DoubleUnknown: "double_unknown";
|
|
255
|
+
readonly Triple: "triple";
|
|
256
|
+
readonly Secondary: "secondary";
|
|
257
|
+
readonly SecondaryLowEmissivity: "secondary_low_emissivity";
|
|
258
|
+
readonly NotDefined: "not_defined";
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* Glazing specification.
|
|
262
|
+
*/
|
|
263
|
+
export type GetEpcByLocationIdType = OpenEnum<typeof GetEpcByLocationIdType>;
|
|
264
|
+
/**
|
|
265
|
+
* Glazing details.
|
|
266
|
+
*/
|
|
267
|
+
export type Glazing = {
|
|
268
|
+
/**
|
|
269
|
+
* Glazed area relative to typical property. Deprecated in RdSAP10 but persists in register from older assessments.
|
|
270
|
+
*/
|
|
271
|
+
area: Area | null;
|
|
272
|
+
/**
|
|
273
|
+
* Percentage of windows that are double/triple glazed.
|
|
274
|
+
*/
|
|
275
|
+
proportion: number | null;
|
|
276
|
+
/**
|
|
277
|
+
* Glazing specification.
|
|
278
|
+
*/
|
|
279
|
+
type: GetEpcByLocationIdType | null;
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* Tenure type: owner_occupied, rented_social, rented_private, unknown.
|
|
283
|
+
*/
|
|
284
|
+
export declare const Tenure: {
|
|
285
|
+
readonly OwnerOccupied: "owner_occupied";
|
|
286
|
+
readonly RentedSocial: "rented_social";
|
|
287
|
+
readonly RentedPrivate: "rented_private";
|
|
288
|
+
readonly Unknown: "unknown";
|
|
289
|
+
};
|
|
290
|
+
/**
|
|
291
|
+
* Tenure type: owner_occupied, rented_social, rented_private, unknown.
|
|
292
|
+
*/
|
|
293
|
+
export type Tenure = OpenEnum<typeof Tenure>;
|
|
294
|
+
/**
|
|
295
|
+
* Domestic property details — construction, rooms, glazing, Scotland-specific fields. Null for non-domestic and DECs.
|
|
296
|
+
*/
|
|
297
|
+
export type DomesticDetails = {
|
|
298
|
+
/**
|
|
299
|
+
* Built form: detached, semi_detached, mid_terrace, end_terrace, enclosed_mid_terrace, enclosed_end_terrace.
|
|
300
|
+
*/
|
|
301
|
+
builtForm: BuiltForm | null;
|
|
302
|
+
/**
|
|
303
|
+
* Structured construction age. Parsed from CONSTRUCTION_AGE_BAND text.
|
|
304
|
+
*/
|
|
305
|
+
constructionAge: ConstructionAge | null;
|
|
306
|
+
/**
|
|
307
|
+
* Raw construction age band text from source. E.g. 'England and Wales: 1930-1949' or 'before 1919'.
|
|
308
|
+
*/
|
|
309
|
+
constructionAgeBandExternal: string | null;
|
|
310
|
+
/**
|
|
311
|
+
* Number of extensions.
|
|
312
|
+
*/
|
|
313
|
+
extensionCount: number | null;
|
|
314
|
+
/**
|
|
315
|
+
* Total number of storeys in the flat's building.
|
|
316
|
+
*/
|
|
317
|
+
flatStoreyCount: number | null;
|
|
318
|
+
/**
|
|
319
|
+
* Whether the flat occupies the top storey. Derived from FLAT_TOP_STOREY (Y→true, N→false).
|
|
320
|
+
*/
|
|
321
|
+
flatTopStorey: boolean | null;
|
|
322
|
+
/**
|
|
323
|
+
* Average floor-to-ceiling height in metres.
|
|
324
|
+
*/
|
|
325
|
+
floorHeight: number | null;
|
|
326
|
+
/**
|
|
327
|
+
* Floor level (for flats).
|
|
328
|
+
*/
|
|
329
|
+
floorLevel: string | null;
|
|
330
|
+
/**
|
|
331
|
+
* Glazing details.
|
|
332
|
+
*/
|
|
333
|
+
glazing: Glazing;
|
|
334
|
+
/**
|
|
335
|
+
* Count of habitable rooms.
|
|
336
|
+
*/
|
|
337
|
+
habitableRooms: number | null;
|
|
338
|
+
/**
|
|
339
|
+
* Count of heated rooms.
|
|
340
|
+
*/
|
|
341
|
+
heatedRooms: number | null;
|
|
342
|
+
/**
|
|
343
|
+
* Estimated SAP score impact of cavity wall insulation. Scotland only.
|
|
344
|
+
*/
|
|
345
|
+
impactCavityWallInsulation: number | null;
|
|
346
|
+
/**
|
|
347
|
+
* Estimated SAP score impact of loft insulation. Scotland only.
|
|
348
|
+
*/
|
|
349
|
+
impactLoftInsulation: number | null;
|
|
350
|
+
/**
|
|
351
|
+
* Estimated SAP score impact of solid wall insulation. Scotland only.
|
|
352
|
+
*/
|
|
353
|
+
impactSolidWallInsulation: number | null;
|
|
354
|
+
/**
|
|
355
|
+
* Percentage of light fittings that are low-energy.
|
|
356
|
+
*/
|
|
357
|
+
lowEnergyLighting: number | null;
|
|
358
|
+
/**
|
|
359
|
+
* Low/zero carbon energy sources description. Scotland only.
|
|
360
|
+
*/
|
|
361
|
+
lzcEnergySources: string | null;
|
|
362
|
+
/**
|
|
363
|
+
* Count of open fireplaces.
|
|
364
|
+
*/
|
|
365
|
+
openFireplaces: number | null;
|
|
366
|
+
/**
|
|
367
|
+
* Space heating demand in kWh/year. Scotland only.
|
|
368
|
+
*/
|
|
369
|
+
spaceHeatingDemand: number | null;
|
|
370
|
+
/**
|
|
371
|
+
* Tenure type: owner_occupied, rented_social, rented_private, unknown.
|
|
372
|
+
*/
|
|
373
|
+
tenure: Tenure | null;
|
|
374
|
+
/**
|
|
375
|
+
* Three-year energy cost at current efficiency (£). Scotland only.
|
|
376
|
+
*/
|
|
377
|
+
threeYearEnergyCostCurrent: number | null;
|
|
378
|
+
/**
|
|
379
|
+
* Three-year potential energy saving (£). Scotland only.
|
|
380
|
+
*/
|
|
381
|
+
threeYearEnergySavingPotential: number | null;
|
|
382
|
+
/**
|
|
383
|
+
* Water heating demand in kWh/year. Scotland only.
|
|
384
|
+
*/
|
|
385
|
+
waterHeatingDemand: number | null;
|
|
386
|
+
};
|
|
387
|
+
/**
|
|
388
|
+
* Unit of co2Current measurement. Domestic: tonnes_per_year. Non-domestic/DEC: kg_co2_per_m2_per_year.
|
|
389
|
+
*/
|
|
390
|
+
export declare const Co2Unit: {
|
|
391
|
+
readonly TonnesPerYear: "tonnes_per_year";
|
|
392
|
+
readonly KgCo2PerM2PerYear: "kg_co2_per_m2_per_year";
|
|
393
|
+
};
|
|
394
|
+
/**
|
|
395
|
+
* Unit of co2Current measurement. Domestic: tonnes_per_year. Non-domestic/DEC: kg_co2_per_m2_per_year.
|
|
396
|
+
*/
|
|
397
|
+
export type Co2Unit = OpenEnum<typeof Co2Unit>;
|
|
398
|
+
/**
|
|
399
|
+
* Unit of energyConsumptionCurrent measurement.
|
|
400
|
+
*/
|
|
401
|
+
export declare const EnergyConsumptionUnit: {
|
|
402
|
+
readonly KwhPerYear: "kwh_per_year";
|
|
403
|
+
readonly KwhPerM2PerYear: "kwh_per_m2_per_year";
|
|
404
|
+
};
|
|
405
|
+
/**
|
|
406
|
+
* Unit of energyConsumptionCurrent measurement.
|
|
407
|
+
*/
|
|
408
|
+
export type EnergyConsumptionUnit = OpenEnum<typeof EnergyConsumptionUnit>;
|
|
409
|
+
/**
|
|
410
|
+
* Environmental impact, CO2 emissions, and energy consumption.
|
|
411
|
+
*/
|
|
412
|
+
export type Emissions = {
|
|
413
|
+
/**
|
|
414
|
+
* Current annual CO2 emissions. Domestic: tonnes/year. Non-domestic: kg CO2/m²/year (building emission rate). Check co2Unit for the measurement unit.
|
|
415
|
+
*/
|
|
416
|
+
co2Current: number | null;
|
|
417
|
+
/**
|
|
418
|
+
* CO2 intensity per unit floor area (kg CO2/m²/year). Directly reported for domestic (CO2_EMISS_CURR_PER_FLOOR_AREA). For non-domestic, this equals BUILDING_EMISSIONS.
|
|
419
|
+
*/
|
|
420
|
+
co2PerFloorArea: number | null;
|
|
421
|
+
/**
|
|
422
|
+
* Achievable CO2 emissions after improvements. Domestic only; null for non-domestic and DECs.
|
|
423
|
+
*/
|
|
424
|
+
co2Potential: number | null;
|
|
425
|
+
/**
|
|
426
|
+
* Unit of co2Current measurement. Domestic: tonnes_per_year. Non-domestic/DEC: kg_co2_per_m2_per_year.
|
|
427
|
+
*/
|
|
428
|
+
co2Unit: Co2Unit;
|
|
429
|
+
/**
|
|
430
|
+
* Current annual energy consumption. Domestic: kWh/year. Non-domestic: kWh/m²/year (PRIMARY_ENERGY_VALUE). Check energyConsumptionUnit for measurement unit.
|
|
431
|
+
*/
|
|
432
|
+
energyConsumptionCurrent: number | null;
|
|
433
|
+
/**
|
|
434
|
+
* Achievable energy consumption. Domestic only.
|
|
435
|
+
*/
|
|
436
|
+
energyConsumptionPotential: number | null;
|
|
437
|
+
/**
|
|
438
|
+
* Unit of energyConsumptionCurrent measurement.
|
|
439
|
+
*/
|
|
440
|
+
energyConsumptionUnit: EnergyConsumptionUnit | null;
|
|
441
|
+
/**
|
|
442
|
+
* Environmental impact score (1-100, higher is better). Domestic only.
|
|
443
|
+
*/
|
|
444
|
+
environmentalScoreCurrent: number | null;
|
|
445
|
+
/**
|
|
446
|
+
* Achievable environmental impact score. Domestic only.
|
|
447
|
+
*/
|
|
448
|
+
environmentalScorePotential: number | null;
|
|
449
|
+
};
|
|
450
|
+
/**
|
|
451
|
+
* Energy efficiency rating.
|
|
452
|
+
*/
|
|
453
|
+
export declare const EnergyEfficiency: {
|
|
454
|
+
readonly VeryGood: "very_good";
|
|
455
|
+
readonly Good: "good";
|
|
456
|
+
readonly Average: "average";
|
|
457
|
+
readonly Poor: "poor";
|
|
458
|
+
readonly VeryPoor: "very_poor";
|
|
459
|
+
};
|
|
460
|
+
/**
|
|
461
|
+
* Energy efficiency rating.
|
|
462
|
+
*/
|
|
463
|
+
export type EnergyEfficiency = OpenEnum<typeof EnergyEfficiency>;
|
|
464
|
+
/**
|
|
465
|
+
* Environmental efficiency rating.
|
|
466
|
+
*/
|
|
467
|
+
export declare const EnvironmentalEfficiency: {
|
|
468
|
+
readonly VeryGood: "very_good";
|
|
469
|
+
readonly Good: "good";
|
|
470
|
+
readonly Average: "average";
|
|
471
|
+
readonly Poor: "poor";
|
|
472
|
+
readonly VeryPoor: "very_poor";
|
|
473
|
+
};
|
|
474
|
+
/**
|
|
475
|
+
* Environmental efficiency rating.
|
|
476
|
+
*/
|
|
477
|
+
export type EnvironmentalEfficiency = OpenEnum<typeof EnvironmentalEfficiency>;
|
|
478
|
+
/**
|
|
479
|
+
* Air tightness assessment. Scotland only; null for E&W.
|
|
480
|
+
*/
|
|
481
|
+
export type AirTightness = {
|
|
482
|
+
/**
|
|
483
|
+
* SAP description string from assessor.
|
|
484
|
+
*/
|
|
485
|
+
description: string | null;
|
|
486
|
+
/**
|
|
487
|
+
* Energy efficiency rating.
|
|
488
|
+
*/
|
|
489
|
+
energyEfficiency: EnergyEfficiency | null;
|
|
490
|
+
/**
|
|
491
|
+
* Environmental efficiency rating.
|
|
492
|
+
*/
|
|
493
|
+
environmentalEfficiency: EnvironmentalEfficiency | null;
|
|
494
|
+
};
|
|
495
|
+
/**
|
|
496
|
+
* Non-null when source value was corrupted/incomplete.
|
|
497
|
+
*/
|
|
498
|
+
export declare const DataQuality: {
|
|
499
|
+
readonly TruncatedThermalTransmittance: "truncated_thermal_transmittance";
|
|
500
|
+
readonly QualityLabelOnly: "quality_label_only";
|
|
501
|
+
readonly WelshLanguage: "welsh_language";
|
|
502
|
+
readonly CorruptedEncoding: "corrupted_encoding";
|
|
503
|
+
readonly SourceError: "source_error";
|
|
504
|
+
};
|
|
505
|
+
/**
|
|
506
|
+
* Non-null when source value was corrupted/incomplete.
|
|
507
|
+
*/
|
|
508
|
+
export type DataQuality = OpenEnum<typeof DataQuality>;
|
|
509
|
+
/**
|
|
510
|
+
* Energy efficiency rating.
|
|
511
|
+
*/
|
|
512
|
+
export declare const GetEpcByLocationIdEnergyEfficiency: {
|
|
513
|
+
readonly VeryGood: "very_good";
|
|
514
|
+
readonly Good: "good";
|
|
515
|
+
readonly Average: "average";
|
|
516
|
+
readonly Poor: "poor";
|
|
517
|
+
readonly VeryPoor: "very_poor";
|
|
518
|
+
};
|
|
519
|
+
/**
|
|
520
|
+
* Energy efficiency rating.
|
|
521
|
+
*/
|
|
522
|
+
export type GetEpcByLocationIdEnergyEfficiency = OpenEnum<typeof GetEpcByLocationIdEnergyEfficiency>;
|
|
523
|
+
/**
|
|
524
|
+
* Environmental efficiency rating.
|
|
525
|
+
*/
|
|
526
|
+
export declare const GetEpcByLocationIdEnvironmentalEfficiency: {
|
|
527
|
+
readonly VeryGood: "very_good";
|
|
528
|
+
readonly Good: "good";
|
|
529
|
+
readonly Average: "average";
|
|
530
|
+
readonly Poor: "poor";
|
|
531
|
+
readonly VeryPoor: "very_poor";
|
|
532
|
+
};
|
|
533
|
+
/**
|
|
534
|
+
* Environmental efficiency rating.
|
|
535
|
+
*/
|
|
536
|
+
export type GetEpcByLocationIdEnvironmentalEfficiency = OpenEnum<typeof GetEpcByLocationIdEnvironmentalEfficiency>;
|
|
537
|
+
/**
|
|
538
|
+
* Floor type: solid, suspended_timber, suspended_sealed, another_dwelling_below, other_premises_below.
|
|
539
|
+
*/
|
|
540
|
+
export declare const FloorType: {
|
|
541
|
+
readonly Solid: "solid";
|
|
542
|
+
readonly SuspendedTimber: "suspended_timber";
|
|
543
|
+
readonly SuspendedSealed: "suspended_sealed";
|
|
544
|
+
readonly AnotherDwellingBelow: "another_dwelling_below";
|
|
545
|
+
readonly OtherPremisesBelow: "other_premises_below";
|
|
546
|
+
};
|
|
547
|
+
/**
|
|
548
|
+
* Floor type: solid, suspended_timber, suspended_sealed, another_dwelling_below, other_premises_below.
|
|
549
|
+
*/
|
|
550
|
+
export type FloorType = OpenEnum<typeof FloorType>;
|
|
551
|
+
/**
|
|
552
|
+
* Insulation type if present.
|
|
553
|
+
*/
|
|
554
|
+
export declare const InsulationType: {
|
|
555
|
+
readonly None: "none";
|
|
556
|
+
readonly AsBuilt: "as_built";
|
|
557
|
+
readonly FilledCavity: "filled_cavity";
|
|
558
|
+
readonly External: "external";
|
|
559
|
+
readonly Internal: "internal";
|
|
560
|
+
readonly FilledCavityAndExternal: "filled_cavity_and_external";
|
|
561
|
+
readonly FilledCavityAndInternal: "filled_cavity_and_internal";
|
|
562
|
+
readonly Partial: "partial";
|
|
563
|
+
readonly RetroFitted: "retro_fitted";
|
|
564
|
+
readonly Loft: "loft";
|
|
565
|
+
readonly Rafter: "rafter";
|
|
566
|
+
};
|
|
567
|
+
/**
|
|
568
|
+
* Insulation type if present.
|
|
569
|
+
*/
|
|
570
|
+
export type InsulationType = OpenEnum<typeof InsulationType>;
|
|
571
|
+
/**
|
|
572
|
+
* Ground floor construction and insulation.
|
|
573
|
+
*/
|
|
574
|
+
export type Floor = {
|
|
575
|
+
/**
|
|
576
|
+
* Non-null when source value was corrupted/incomplete.
|
|
577
|
+
*/
|
|
578
|
+
dataQuality: DataQuality | null;
|
|
579
|
+
/**
|
|
580
|
+
* Raw SAP description string.
|
|
581
|
+
*/
|
|
582
|
+
description: string | null;
|
|
583
|
+
/**
|
|
584
|
+
* Energy efficiency rating.
|
|
585
|
+
*/
|
|
586
|
+
energyEfficiency: GetEpcByLocationIdEnergyEfficiency | null;
|
|
587
|
+
/**
|
|
588
|
+
* Environmental efficiency rating.
|
|
589
|
+
*/
|
|
590
|
+
environmentalEfficiency: GetEpcByLocationIdEnvironmentalEfficiency | null;
|
|
591
|
+
/**
|
|
592
|
+
* Floor type: solid, suspended_timber, suspended_sealed, another_dwelling_below, other_premises_below.
|
|
25
593
|
*/
|
|
26
|
-
|
|
594
|
+
floorType: FloorType | null;
|
|
595
|
+
/**
|
|
596
|
+
* Whether insulation status is assumed.
|
|
597
|
+
*/
|
|
598
|
+
insulationAssumed: boolean;
|
|
599
|
+
/**
|
|
600
|
+
* Whether floor insulation is present.
|
|
601
|
+
*/
|
|
602
|
+
insulationPresent: boolean | null;
|
|
603
|
+
/**
|
|
604
|
+
* Insulation type if present.
|
|
605
|
+
*/
|
|
606
|
+
insulationType: InsulationType | null;
|
|
607
|
+
/**
|
|
608
|
+
* U-value in W/m²K if reported.
|
|
609
|
+
*/
|
|
610
|
+
thermalTransmittance: number | null;
|
|
611
|
+
};
|
|
612
|
+
/**
|
|
613
|
+
* Energy efficiency rating.
|
|
614
|
+
*/
|
|
615
|
+
export declare const GetEPCByLocationIdEPCEnergyEfficiency: {
|
|
616
|
+
readonly VeryGood: "very_good";
|
|
617
|
+
readonly Good: "good";
|
|
618
|
+
readonly Average: "average";
|
|
619
|
+
readonly Poor: "poor";
|
|
620
|
+
readonly VeryPoor: "very_poor";
|
|
621
|
+
};
|
|
622
|
+
/**
|
|
623
|
+
* Energy efficiency rating.
|
|
624
|
+
*/
|
|
625
|
+
export type GetEPCByLocationIdEPCEnergyEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCEnergyEfficiency>;
|
|
626
|
+
/**
|
|
627
|
+
* Environmental efficiency rating.
|
|
628
|
+
*/
|
|
629
|
+
export declare const GetEPCByLocationIdEPCEnvironmentalEfficiency: {
|
|
630
|
+
readonly VeryGood: "very_good";
|
|
631
|
+
readonly Good: "good";
|
|
632
|
+
readonly Average: "average";
|
|
633
|
+
readonly Poor: "poor";
|
|
634
|
+
readonly VeryPoor: "very_poor";
|
|
635
|
+
};
|
|
636
|
+
/**
|
|
637
|
+
* Environmental efficiency rating.
|
|
638
|
+
*/
|
|
639
|
+
export type GetEPCByLocationIdEPCEnvironmentalEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCEnvironmentalEfficiency>;
|
|
640
|
+
/**
|
|
641
|
+
* Heating control system.
|
|
642
|
+
*/
|
|
643
|
+
export type HeatingControls = {
|
|
644
|
+
/**
|
|
645
|
+
* SAP description string from assessor.
|
|
646
|
+
*/
|
|
647
|
+
description: string | null;
|
|
648
|
+
/**
|
|
649
|
+
* Energy efficiency rating.
|
|
650
|
+
*/
|
|
651
|
+
energyEfficiency: GetEPCByLocationIdEPCEnergyEfficiency | null;
|
|
652
|
+
/**
|
|
653
|
+
* Environmental efficiency rating.
|
|
654
|
+
*/
|
|
655
|
+
environmentalEfficiency: GetEPCByLocationIdEPCEnvironmentalEfficiency | null;
|
|
656
|
+
};
|
|
657
|
+
/**
|
|
658
|
+
* Energy efficiency rating.
|
|
659
|
+
*/
|
|
660
|
+
export declare const GetEPCByLocationIdEPCResponseEnergyEfficiency: {
|
|
661
|
+
readonly VeryGood: "very_good";
|
|
662
|
+
readonly Good: "good";
|
|
663
|
+
readonly Average: "average";
|
|
664
|
+
readonly Poor: "poor";
|
|
665
|
+
readonly VeryPoor: "very_poor";
|
|
666
|
+
};
|
|
667
|
+
/**
|
|
668
|
+
* Energy efficiency rating.
|
|
669
|
+
*/
|
|
670
|
+
export type GetEPCByLocationIdEPCResponseEnergyEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponseEnergyEfficiency>;
|
|
671
|
+
/**
|
|
672
|
+
* Environmental efficiency rating.
|
|
673
|
+
*/
|
|
674
|
+
export declare const GetEPCByLocationIdEPCResponseEnvironmentalEfficiency: {
|
|
675
|
+
readonly VeryGood: "very_good";
|
|
676
|
+
readonly Good: "good";
|
|
677
|
+
readonly Average: "average";
|
|
678
|
+
readonly Poor: "poor";
|
|
679
|
+
readonly VeryPoor: "very_poor";
|
|
680
|
+
};
|
|
681
|
+
/**
|
|
682
|
+
* Environmental efficiency rating.
|
|
683
|
+
*/
|
|
684
|
+
export type GetEPCByLocationIdEPCResponseEnvironmentalEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponseEnvironmentalEfficiency>;
|
|
685
|
+
/**
|
|
686
|
+
* Hot water system.
|
|
687
|
+
*/
|
|
688
|
+
export type HotWater = {
|
|
689
|
+
/**
|
|
690
|
+
* SAP description string from assessor.
|
|
691
|
+
*/
|
|
692
|
+
description: string | null;
|
|
693
|
+
/**
|
|
694
|
+
* Energy efficiency rating.
|
|
695
|
+
*/
|
|
696
|
+
energyEfficiency: GetEPCByLocationIdEPCResponseEnergyEfficiency | null;
|
|
697
|
+
/**
|
|
698
|
+
* Environmental efficiency rating.
|
|
699
|
+
*/
|
|
700
|
+
environmentalEfficiency: GetEPCByLocationIdEPCResponseEnvironmentalEfficiency | null;
|
|
701
|
+
};
|
|
702
|
+
/**
|
|
703
|
+
* Energy efficiency rating.
|
|
704
|
+
*/
|
|
705
|
+
export declare const GetEPCByLocationIdEPCResponse200EnergyEfficiency: {
|
|
706
|
+
readonly VeryGood: "very_good";
|
|
707
|
+
readonly Good: "good";
|
|
708
|
+
readonly Average: "average";
|
|
709
|
+
readonly Poor: "poor";
|
|
710
|
+
readonly VeryPoor: "very_poor";
|
|
711
|
+
};
|
|
712
|
+
/**
|
|
713
|
+
* Energy efficiency rating.
|
|
714
|
+
*/
|
|
715
|
+
export type GetEPCByLocationIdEPCResponse200EnergyEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200EnergyEfficiency>;
|
|
716
|
+
/**
|
|
717
|
+
* Environmental efficiency rating.
|
|
718
|
+
*/
|
|
719
|
+
export declare const GetEPCByLocationIdEPCResponse200EnvironmentalEfficiency: {
|
|
720
|
+
readonly VeryGood: "very_good";
|
|
721
|
+
readonly Good: "good";
|
|
722
|
+
readonly Average: "average";
|
|
723
|
+
readonly Poor: "poor";
|
|
724
|
+
readonly VeryPoor: "very_poor";
|
|
725
|
+
};
|
|
726
|
+
/**
|
|
727
|
+
* Environmental efficiency rating.
|
|
728
|
+
*/
|
|
729
|
+
export type GetEPCByLocationIdEPCResponse200EnvironmentalEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200EnvironmentalEfficiency>;
|
|
730
|
+
/**
|
|
731
|
+
* Lighting system.
|
|
732
|
+
*/
|
|
733
|
+
export type Lighting = {
|
|
734
|
+
/**
|
|
735
|
+
* SAP description string from assessor.
|
|
736
|
+
*/
|
|
737
|
+
description: string | null;
|
|
738
|
+
/**
|
|
739
|
+
* Energy efficiency rating.
|
|
740
|
+
*/
|
|
741
|
+
energyEfficiency: GetEPCByLocationIdEPCResponse200EnergyEfficiency | null;
|
|
742
|
+
/**
|
|
743
|
+
* Environmental efficiency rating.
|
|
744
|
+
*/
|
|
745
|
+
environmentalEfficiency: GetEPCByLocationIdEPCResponse200EnvironmentalEfficiency | null;
|
|
746
|
+
};
|
|
747
|
+
/**
|
|
748
|
+
* Non-null when source value was corrupted/incomplete.
|
|
749
|
+
*/
|
|
750
|
+
export declare const GetEpcByLocationIdDataQuality: {
|
|
751
|
+
readonly TruncatedThermalTransmittance: "truncated_thermal_transmittance";
|
|
752
|
+
readonly QualityLabelOnly: "quality_label_only";
|
|
753
|
+
readonly WelshLanguage: "welsh_language";
|
|
754
|
+
readonly CorruptedEncoding: "corrupted_encoding";
|
|
755
|
+
readonly SourceError: "source_error";
|
|
756
|
+
};
|
|
757
|
+
/**
|
|
758
|
+
* Non-null when source value was corrupted/incomplete.
|
|
759
|
+
*/
|
|
760
|
+
export type GetEpcByLocationIdDataQuality = OpenEnum<typeof GetEpcByLocationIdDataQuality>;
|
|
761
|
+
/**
|
|
762
|
+
* Energy efficiency rating.
|
|
763
|
+
*/
|
|
764
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONEnergyEfficiency: {
|
|
765
|
+
readonly VeryGood: "very_good";
|
|
766
|
+
readonly Good: "good";
|
|
767
|
+
readonly Average: "average";
|
|
768
|
+
readonly Poor: "poor";
|
|
769
|
+
readonly VeryPoor: "very_poor";
|
|
770
|
+
};
|
|
771
|
+
/**
|
|
772
|
+
* Energy efficiency rating.
|
|
773
|
+
*/
|
|
774
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONEnergyEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONEnergyEfficiency>;
|
|
775
|
+
/**
|
|
776
|
+
* Environmental efficiency rating.
|
|
777
|
+
*/
|
|
778
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONEnvironmentalEfficiency: {
|
|
779
|
+
readonly VeryGood: "very_good";
|
|
780
|
+
readonly Good: "good";
|
|
781
|
+
readonly Average: "average";
|
|
782
|
+
readonly Poor: "poor";
|
|
783
|
+
readonly VeryPoor: "very_poor";
|
|
784
|
+
};
|
|
785
|
+
/**
|
|
786
|
+
* Environmental efficiency rating.
|
|
787
|
+
*/
|
|
788
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONEnvironmentalEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONEnvironmentalEfficiency>;
|
|
789
|
+
/**
|
|
790
|
+
* Fuel type for this heating system.
|
|
791
|
+
*/
|
|
792
|
+
export declare const Fuel: {
|
|
793
|
+
readonly MainsGas: "mains_gas";
|
|
794
|
+
readonly Lpg: "lpg";
|
|
795
|
+
readonly Oil: "oil";
|
|
796
|
+
readonly Electricity: "electricity";
|
|
797
|
+
readonly Biomass: "biomass";
|
|
798
|
+
readonly Coal: "coal";
|
|
799
|
+
readonly Anthracite: "anthracite";
|
|
800
|
+
readonly SmokelessFuel: "smokeless_fuel";
|
|
801
|
+
readonly Biogas: "biogas";
|
|
802
|
+
readonly DistrictHeating: "district_heating";
|
|
803
|
+
readonly HeatPump: "heat_pump";
|
|
804
|
+
readonly DualFuel: "dual_fuel";
|
|
805
|
+
readonly WasteHeat: "waste_heat";
|
|
806
|
+
readonly Other: "other";
|
|
807
|
+
};
|
|
808
|
+
/**
|
|
809
|
+
* Fuel type for this heating system.
|
|
810
|
+
*/
|
|
811
|
+
export type Fuel = OpenEnum<typeof Fuel>;
|
|
812
|
+
/**
|
|
813
|
+
* Heat pump type if applicable: air_source, ground_source, water_source.
|
|
814
|
+
*/
|
|
815
|
+
export declare const HeatPumpType: {
|
|
816
|
+
readonly AirSource: "air_source";
|
|
817
|
+
readonly GroundSource: "ground_source";
|
|
818
|
+
readonly WaterSource: "water_source";
|
|
819
|
+
};
|
|
820
|
+
/**
|
|
821
|
+
* Heat pump type if applicable: air_source, ground_source, water_source.
|
|
822
|
+
*/
|
|
823
|
+
export type HeatPumpType = OpenEnum<typeof HeatPumpType>;
|
|
824
|
+
/**
|
|
825
|
+
* Heating system type: boiler_radiators, storage_heaters, heat_pump_radiators, etc.
|
|
826
|
+
*/
|
|
827
|
+
export declare const SystemType: {
|
|
828
|
+
readonly BoilerRadiators: "boiler_radiators";
|
|
829
|
+
readonly BoilerUnderfloor: "boiler_underfloor";
|
|
830
|
+
readonly StorageHeaters: "storage_heaters";
|
|
831
|
+
readonly RoomHeaters: "room_heaters";
|
|
832
|
+
readonly WarmAir: "warm_air";
|
|
833
|
+
readonly HeatPumpRadiators: "heat_pump_radiators";
|
|
834
|
+
readonly HeatPumpUnderfloor: "heat_pump_underfloor";
|
|
835
|
+
readonly UnderfloorElectric: "underfloor_electric";
|
|
836
|
+
readonly CommunityScheme: "community_scheme";
|
|
837
|
+
readonly MicroChp: "micro_chp";
|
|
838
|
+
readonly NoneAssumed: "none_assumed";
|
|
839
|
+
};
|
|
840
|
+
/**
|
|
841
|
+
* Heating system type: boiler_radiators, storage_heaters, heat_pump_radiators, etc.
|
|
842
|
+
*/
|
|
843
|
+
export type SystemType = OpenEnum<typeof SystemType>;
|
|
844
|
+
/**
|
|
845
|
+
* Main heating system.
|
|
846
|
+
*/
|
|
847
|
+
export type MainHeating = {
|
|
848
|
+
/**
|
|
849
|
+
* Non-null when source value was corrupted/incomplete.
|
|
850
|
+
*/
|
|
851
|
+
dataQuality: GetEpcByLocationIdDataQuality | null;
|
|
852
|
+
/**
|
|
853
|
+
* Raw SAP description string.
|
|
854
|
+
*/
|
|
855
|
+
description: string | null;
|
|
856
|
+
/**
|
|
857
|
+
* Energy efficiency rating.
|
|
858
|
+
*/
|
|
859
|
+
energyEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONEnergyEfficiency | null;
|
|
860
|
+
/**
|
|
861
|
+
* Environmental efficiency rating.
|
|
862
|
+
*/
|
|
863
|
+
environmentalEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONEnvironmentalEfficiency | null;
|
|
864
|
+
/**
|
|
865
|
+
* Fuel type for this heating system.
|
|
866
|
+
*/
|
|
867
|
+
fuel: Fuel | null;
|
|
868
|
+
/**
|
|
869
|
+
* Heat pump type if applicable: air_source, ground_source, water_source.
|
|
870
|
+
*/
|
|
871
|
+
heatPumpType: HeatPumpType | null;
|
|
872
|
+
/**
|
|
873
|
+
* Whether this property has multiple heating systems.
|
|
874
|
+
*/
|
|
875
|
+
isMultiSystem: boolean;
|
|
876
|
+
/**
|
|
877
|
+
* Heating system type: boiler_radiators, storage_heaters, heat_pump_radiators, etc.
|
|
878
|
+
*/
|
|
879
|
+
systemType: SystemType | null;
|
|
880
|
+
};
|
|
881
|
+
/**
|
|
882
|
+
* Non-null when source value was corrupted/incomplete.
|
|
883
|
+
*/
|
|
884
|
+
export declare const GetEPCByLocationIdEPCDataQuality: {
|
|
885
|
+
readonly TruncatedThermalTransmittance: "truncated_thermal_transmittance";
|
|
886
|
+
readonly QualityLabelOnly: "quality_label_only";
|
|
887
|
+
readonly WelshLanguage: "welsh_language";
|
|
888
|
+
readonly CorruptedEncoding: "corrupted_encoding";
|
|
889
|
+
readonly SourceError: "source_error";
|
|
890
|
+
};
|
|
891
|
+
/**
|
|
892
|
+
* Non-null when source value was corrupted/incomplete.
|
|
893
|
+
*/
|
|
894
|
+
export type GetEPCByLocationIdEPCDataQuality = OpenEnum<typeof GetEPCByLocationIdEPCDataQuality>;
|
|
895
|
+
/**
|
|
896
|
+
* Energy efficiency rating.
|
|
897
|
+
*/
|
|
898
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnergyEfficiency: {
|
|
899
|
+
readonly VeryGood: "very_good";
|
|
900
|
+
readonly Good: "good";
|
|
901
|
+
readonly Average: "average";
|
|
902
|
+
readonly Poor: "poor";
|
|
903
|
+
readonly VeryPoor: "very_poor";
|
|
904
|
+
};
|
|
905
|
+
/**
|
|
906
|
+
* Energy efficiency rating.
|
|
907
|
+
*/
|
|
908
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnergyEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnergyEfficiency>;
|
|
909
|
+
/**
|
|
910
|
+
* Environmental efficiency rating.
|
|
911
|
+
*/
|
|
912
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnvironmentalEfficiency: {
|
|
913
|
+
readonly VeryGood: "very_good";
|
|
914
|
+
readonly Good: "good";
|
|
915
|
+
readonly Average: "average";
|
|
916
|
+
readonly Poor: "poor";
|
|
917
|
+
readonly VeryPoor: "very_poor";
|
|
918
|
+
};
|
|
919
|
+
/**
|
|
920
|
+
* Environmental efficiency rating.
|
|
921
|
+
*/
|
|
922
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnvironmentalEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnvironmentalEfficiency>;
|
|
923
|
+
/**
|
|
924
|
+
* Insulation type: loft, rafter, none, etc.
|
|
925
|
+
*/
|
|
926
|
+
export declare const GetEpcByLocationIdInsulationType: {
|
|
927
|
+
readonly None: "none";
|
|
928
|
+
readonly AsBuilt: "as_built";
|
|
929
|
+
readonly FilledCavity: "filled_cavity";
|
|
930
|
+
readonly External: "external";
|
|
931
|
+
readonly Internal: "internal";
|
|
932
|
+
readonly FilledCavityAndExternal: "filled_cavity_and_external";
|
|
933
|
+
readonly FilledCavityAndInternal: "filled_cavity_and_internal";
|
|
934
|
+
readonly Partial: "partial";
|
|
935
|
+
readonly RetroFitted: "retro_fitted";
|
|
936
|
+
readonly Loft: "loft";
|
|
937
|
+
readonly Rafter: "rafter";
|
|
938
|
+
};
|
|
939
|
+
/**
|
|
940
|
+
* Insulation type: loft, rafter, none, etc.
|
|
941
|
+
*/
|
|
942
|
+
export type GetEpcByLocationIdInsulationType = OpenEnum<typeof GetEpcByLocationIdInsulationType>;
|
|
943
|
+
/**
|
|
944
|
+
* Roof type: pitched, flat, thatched, another_dwelling_above, other_premises_above, roof_room.
|
|
945
|
+
*/
|
|
946
|
+
export declare const RoofType: {
|
|
947
|
+
readonly Pitched: "pitched";
|
|
948
|
+
readonly Flat: "flat";
|
|
949
|
+
readonly Thatched: "thatched";
|
|
950
|
+
readonly AnotherDwellingAbove: "another_dwelling_above";
|
|
951
|
+
readonly OtherPremisesAbove: "other_premises_above";
|
|
952
|
+
readonly RoofRoom: "roof_room";
|
|
953
|
+
};
|
|
954
|
+
/**
|
|
955
|
+
* Roof type: pitched, flat, thatched, another_dwelling_above, other_premises_above, roof_room.
|
|
956
|
+
*/
|
|
957
|
+
export type RoofType = OpenEnum<typeof RoofType>;
|
|
958
|
+
/**
|
|
959
|
+
* Roof construction and insulation.
|
|
960
|
+
*/
|
|
961
|
+
export type Roof = {
|
|
962
|
+
/**
|
|
963
|
+
* Non-null when source value was corrupted/incomplete.
|
|
964
|
+
*/
|
|
965
|
+
dataQuality: GetEPCByLocationIdEPCDataQuality | null;
|
|
966
|
+
/**
|
|
967
|
+
* Raw SAP description string.
|
|
968
|
+
*/
|
|
969
|
+
description: string | null;
|
|
970
|
+
/**
|
|
971
|
+
* Energy efficiency rating.
|
|
972
|
+
*/
|
|
973
|
+
energyEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnergyEfficiency | null;
|
|
974
|
+
/**
|
|
975
|
+
* Environmental efficiency rating.
|
|
976
|
+
*/
|
|
977
|
+
environmentalEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnvironmentalEfficiency | null;
|
|
978
|
+
/**
|
|
979
|
+
* Whether insulation status is assumed.
|
|
980
|
+
*/
|
|
981
|
+
insulationAssumed: boolean;
|
|
982
|
+
/**
|
|
983
|
+
* Loft insulation depth in millimetres.
|
|
984
|
+
*/
|
|
985
|
+
insulationDepthMm: number | null;
|
|
986
|
+
/**
|
|
987
|
+
* Whether roof insulation is present.
|
|
988
|
+
*/
|
|
989
|
+
insulationPresent: boolean | null;
|
|
990
|
+
/**
|
|
991
|
+
* Insulation type: loft, rafter, none, etc.
|
|
992
|
+
*/
|
|
993
|
+
insulationType: GetEpcByLocationIdInsulationType | null;
|
|
994
|
+
/**
|
|
995
|
+
* Roof type: pitched, flat, thatched, another_dwelling_above, other_premises_above, roof_room.
|
|
996
|
+
*/
|
|
997
|
+
roofType: RoofType | null;
|
|
998
|
+
/**
|
|
999
|
+
* U-value in W/m²K if reported.
|
|
1000
|
+
*/
|
|
1001
|
+
thermalTransmittance: number | null;
|
|
1002
|
+
};
|
|
1003
|
+
/**
|
|
1004
|
+
* Energy efficiency rating.
|
|
1005
|
+
*/
|
|
1006
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnergyEfficiency: {
|
|
1007
|
+
readonly VeryGood: "very_good";
|
|
1008
|
+
readonly Good: "good";
|
|
1009
|
+
readonly Average: "average";
|
|
1010
|
+
readonly Poor: "poor";
|
|
1011
|
+
readonly VeryPoor: "very_poor";
|
|
1012
|
+
};
|
|
1013
|
+
/**
|
|
1014
|
+
* Energy efficiency rating.
|
|
1015
|
+
*/
|
|
1016
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnergyEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnergyEfficiency>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Environmental efficiency rating.
|
|
1019
|
+
*/
|
|
1020
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnvironmentalEfficiency: {
|
|
1021
|
+
readonly VeryGood: "very_good";
|
|
1022
|
+
readonly Good: "good";
|
|
1023
|
+
readonly Average: "average";
|
|
1024
|
+
readonly Poor: "poor";
|
|
1025
|
+
readonly VeryPoor: "very_poor";
|
|
1026
|
+
};
|
|
1027
|
+
/**
|
|
1028
|
+
* Environmental efficiency rating.
|
|
1029
|
+
*/
|
|
1030
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnvironmentalEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnvironmentalEfficiency>;
|
|
1031
|
+
/**
|
|
1032
|
+
* Secondary heating system. Null when no secondary heating is present.
|
|
1033
|
+
*/
|
|
1034
|
+
export type SecondaryHeating = {
|
|
1035
|
+
/**
|
|
1036
|
+
* SAP description string from assessor.
|
|
1037
|
+
*/
|
|
1038
|
+
description: string | null;
|
|
1039
|
+
/**
|
|
1040
|
+
* Energy efficiency rating.
|
|
1041
|
+
*/
|
|
1042
|
+
energyEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnergyEfficiency | null;
|
|
1043
|
+
/**
|
|
1044
|
+
* Environmental efficiency rating.
|
|
1045
|
+
*/
|
|
1046
|
+
environmentalEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnvironmentalEfficiency | null;
|
|
1047
|
+
};
|
|
1048
|
+
/**
|
|
1049
|
+
* Wall construction type: cavity, solid_brick, timber_frame, sandstone_or_limestone, etc.
|
|
1050
|
+
*/
|
|
1051
|
+
export declare const Construction: {
|
|
1052
|
+
readonly Cavity: "cavity";
|
|
1053
|
+
readonly SolidBrick: "solid_brick";
|
|
1054
|
+
readonly TimberFrame: "timber_frame";
|
|
1055
|
+
readonly SandstoneOrLimestone: "sandstone_or_limestone";
|
|
1056
|
+
readonly Sandstone: "sandstone";
|
|
1057
|
+
readonly GraniteOrWhinstone: "granite_or_whinstone";
|
|
1058
|
+
readonly Granite: "granite";
|
|
1059
|
+
readonly SystemBuilt: "system_built";
|
|
1060
|
+
readonly SolidStone: "solid_stone";
|
|
1061
|
+
readonly Cob: "cob";
|
|
1062
|
+
readonly ParkHome: "park_home";
|
|
1063
|
+
readonly Basement: "basement";
|
|
1064
|
+
readonly CurtainWall: "curtain_wall";
|
|
1065
|
+
};
|
|
1066
|
+
/**
|
|
1067
|
+
* Wall construction type: cavity, solid_brick, timber_frame, sandstone_or_limestone, etc.
|
|
1068
|
+
*/
|
|
1069
|
+
export type Construction = OpenEnum<typeof Construction>;
|
|
1070
|
+
/**
|
|
1071
|
+
* Non-null when the source value was corrupted/incomplete. Null = normal quality.
|
|
1072
|
+
*/
|
|
1073
|
+
export declare const GetEPCByLocationIdEPCResponseDataQuality: {
|
|
1074
|
+
readonly TruncatedThermalTransmittance: "truncated_thermal_transmittance";
|
|
1075
|
+
readonly QualityLabelOnly: "quality_label_only";
|
|
1076
|
+
readonly WelshLanguage: "welsh_language";
|
|
1077
|
+
readonly CorruptedEncoding: "corrupted_encoding";
|
|
1078
|
+
readonly SourceError: "source_error";
|
|
1079
|
+
};
|
|
1080
|
+
/**
|
|
1081
|
+
* Non-null when the source value was corrupted/incomplete. Null = normal quality.
|
|
1082
|
+
*/
|
|
1083
|
+
export type GetEPCByLocationIdEPCResponseDataQuality = OpenEnum<typeof GetEPCByLocationIdEPCResponseDataQuality>;
|
|
1084
|
+
/**
|
|
1085
|
+
* Energy efficiency rating.
|
|
1086
|
+
*/
|
|
1087
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnergyEfficiency: {
|
|
1088
|
+
readonly VeryGood: "very_good";
|
|
1089
|
+
readonly Good: "good";
|
|
1090
|
+
readonly Average: "average";
|
|
1091
|
+
readonly Poor: "poor";
|
|
1092
|
+
readonly VeryPoor: "very_poor";
|
|
1093
|
+
};
|
|
1094
|
+
/**
|
|
1095
|
+
* Energy efficiency rating.
|
|
1096
|
+
*/
|
|
1097
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnergyEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnergyEfficiency>;
|
|
1098
|
+
/**
|
|
1099
|
+
* Environmental efficiency rating.
|
|
1100
|
+
*/
|
|
1101
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnvironmentalEfficiency: {
|
|
1102
|
+
readonly VeryGood: "very_good";
|
|
1103
|
+
readonly Good: "good";
|
|
1104
|
+
readonly Average: "average";
|
|
1105
|
+
readonly Poor: "poor";
|
|
1106
|
+
readonly VeryPoor: "very_poor";
|
|
1107
|
+
};
|
|
1108
|
+
/**
|
|
1109
|
+
* Environmental efficiency rating.
|
|
1110
|
+
*/
|
|
1111
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnvironmentalEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnvironmentalEfficiency>;
|
|
1112
|
+
/**
|
|
1113
|
+
* Insulation type: none, filled_cavity, external, internal, as_built, partial, etc.
|
|
1114
|
+
*/
|
|
1115
|
+
export declare const GetEPCByLocationIdEPCInsulationType: {
|
|
1116
|
+
readonly None: "none";
|
|
1117
|
+
readonly AsBuilt: "as_built";
|
|
1118
|
+
readonly FilledCavity: "filled_cavity";
|
|
1119
|
+
readonly External: "external";
|
|
1120
|
+
readonly Internal: "internal";
|
|
1121
|
+
readonly FilledCavityAndExternal: "filled_cavity_and_external";
|
|
1122
|
+
readonly FilledCavityAndInternal: "filled_cavity_and_internal";
|
|
1123
|
+
readonly Partial: "partial";
|
|
1124
|
+
readonly RetroFitted: "retro_fitted";
|
|
1125
|
+
readonly Loft: "loft";
|
|
1126
|
+
readonly Rafter: "rafter";
|
|
1127
|
+
};
|
|
1128
|
+
/**
|
|
1129
|
+
* Insulation type: none, filled_cavity, external, internal, as_built, partial, etc.
|
|
1130
|
+
*/
|
|
1131
|
+
export type GetEPCByLocationIdEPCInsulationType = OpenEnum<typeof GetEPCByLocationIdEPCInsulationType>;
|
|
1132
|
+
/**
|
|
1133
|
+
* External wall construction and insulation.
|
|
1134
|
+
*/
|
|
1135
|
+
export type Walls = {
|
|
1136
|
+
/**
|
|
1137
|
+
* Wall construction type: cavity, solid_brick, timber_frame, sandstone_or_limestone, etc.
|
|
1138
|
+
*/
|
|
1139
|
+
construction: Construction | null;
|
|
1140
|
+
/**
|
|
1141
|
+
* Non-null when the source value was corrupted/incomplete. Null = normal quality.
|
|
1142
|
+
*/
|
|
1143
|
+
dataQuality: GetEPCByLocationIdEPCResponseDataQuality | null;
|
|
1144
|
+
/**
|
|
1145
|
+
* Raw SAP description string from assessor.
|
|
1146
|
+
*/
|
|
1147
|
+
description: string | null;
|
|
1148
|
+
/**
|
|
1149
|
+
* Energy efficiency rating.
|
|
1150
|
+
*/
|
|
1151
|
+
energyEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnergyEfficiency | null;
|
|
1152
|
+
/**
|
|
1153
|
+
* Environmental efficiency rating.
|
|
1154
|
+
*/
|
|
1155
|
+
environmentalEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnvironmentalEfficiency | null;
|
|
1156
|
+
/**
|
|
1157
|
+
* Whether insulation status is assumed by the assessor (true) or confirmed (false).
|
|
1158
|
+
*/
|
|
1159
|
+
insulationAssumed: boolean;
|
|
1160
|
+
/**
|
|
1161
|
+
* Whether wall insulation is present.
|
|
1162
|
+
*/
|
|
1163
|
+
insulationPresent: boolean | null;
|
|
1164
|
+
/**
|
|
1165
|
+
* Insulation type: none, filled_cavity, external, internal, as_built, partial, etc.
|
|
1166
|
+
*/
|
|
1167
|
+
insulationType: GetEPCByLocationIdEPCInsulationType | null;
|
|
1168
|
+
/**
|
|
1169
|
+
* Wall material (e.g. 'brick') where identifiable from description.
|
|
1170
|
+
*/
|
|
1171
|
+
material: string | null;
|
|
1172
|
+
/**
|
|
1173
|
+
* U-value in W/m²K if reported. Newer SAP versions report this instead of description text.
|
|
1174
|
+
*/
|
|
1175
|
+
thermalTransmittance: number | null;
|
|
1176
|
+
};
|
|
1177
|
+
/**
|
|
1178
|
+
* Energy efficiency rating.
|
|
1179
|
+
*/
|
|
1180
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnergyEfficiency: {
|
|
1181
|
+
readonly VeryGood: "very_good";
|
|
1182
|
+
readonly Good: "good";
|
|
1183
|
+
readonly Average: "average";
|
|
1184
|
+
readonly Poor: "poor";
|
|
1185
|
+
readonly VeryPoor: "very_poor";
|
|
1186
|
+
};
|
|
1187
|
+
/**
|
|
1188
|
+
* Energy efficiency rating.
|
|
1189
|
+
*/
|
|
1190
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnergyEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnergyEfficiency>;
|
|
1191
|
+
/**
|
|
1192
|
+
* Environmental efficiency rating.
|
|
1193
|
+
*/
|
|
1194
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnvironmentalEfficiency: {
|
|
1195
|
+
readonly VeryGood: "very_good";
|
|
1196
|
+
readonly Good: "good";
|
|
1197
|
+
readonly Average: "average";
|
|
1198
|
+
readonly Poor: "poor";
|
|
1199
|
+
readonly VeryPoor: "very_poor";
|
|
1200
|
+
};
|
|
1201
|
+
/**
|
|
1202
|
+
* Environmental efficiency rating.
|
|
1203
|
+
*/
|
|
1204
|
+
export type GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnvironmentalEfficiency = OpenEnum<typeof GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnvironmentalEfficiency>;
|
|
1205
|
+
/**
|
|
1206
|
+
* Window glazing specification.
|
|
1207
|
+
*/
|
|
1208
|
+
export type Windows = {
|
|
1209
|
+
/**
|
|
1210
|
+
* SAP description string from assessor.
|
|
1211
|
+
*/
|
|
1212
|
+
description: string | null;
|
|
1213
|
+
/**
|
|
1214
|
+
* Energy efficiency rating.
|
|
1215
|
+
*/
|
|
1216
|
+
energyEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnergyEfficiency | null;
|
|
1217
|
+
/**
|
|
1218
|
+
* Environmental efficiency rating.
|
|
1219
|
+
*/
|
|
1220
|
+
environmentalEfficiency: GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnvironmentalEfficiency | null;
|
|
1221
|
+
};
|
|
1222
|
+
/**
|
|
1223
|
+
* Component-level building fabric assessment. Domestic only; null for non-domestic and DECs.
|
|
1224
|
+
*/
|
|
1225
|
+
export type Fabric = {
|
|
1226
|
+
/**
|
|
1227
|
+
* Air tightness assessment. Scotland only; null for E&W.
|
|
1228
|
+
*/
|
|
1229
|
+
airTightness: AirTightness | null;
|
|
1230
|
+
/**
|
|
1231
|
+
* Ground floor construction and insulation.
|
|
1232
|
+
*/
|
|
1233
|
+
floor: Floor;
|
|
1234
|
+
/**
|
|
1235
|
+
* Heating control system.
|
|
1236
|
+
*/
|
|
1237
|
+
heatingControls: HeatingControls;
|
|
1238
|
+
/**
|
|
1239
|
+
* Hot water system.
|
|
1240
|
+
*/
|
|
1241
|
+
hotWater: HotWater;
|
|
1242
|
+
/**
|
|
1243
|
+
* Lighting system.
|
|
1244
|
+
*/
|
|
1245
|
+
lighting: Lighting;
|
|
1246
|
+
/**
|
|
1247
|
+
* Main heating system.
|
|
1248
|
+
*/
|
|
1249
|
+
mainHeating: MainHeating;
|
|
1250
|
+
/**
|
|
1251
|
+
* Roof construction and insulation.
|
|
1252
|
+
*/
|
|
1253
|
+
roof: Roof;
|
|
1254
|
+
/**
|
|
1255
|
+
* Secondary heating system. Null when no secondary heating is present.
|
|
1256
|
+
*/
|
|
1257
|
+
secondaryHeating: SecondaryHeating | null;
|
|
1258
|
+
/**
|
|
1259
|
+
* External wall construction and insulation.
|
|
1260
|
+
*/
|
|
1261
|
+
walls: Walls;
|
|
1262
|
+
/**
|
|
1263
|
+
* Window glazing specification.
|
|
1264
|
+
*/
|
|
1265
|
+
windows: Windows;
|
|
1266
|
+
};
|
|
1267
|
+
/**
|
|
1268
|
+
* Derived MEES compliance status (Decision D11). Based on current energy rating band and certificate type. compliant=A-E, at_risk=E, non_compliant=F-G, exempt=non-domestic/DEC.
|
|
1269
|
+
*/
|
|
1270
|
+
export declare const MeesCompliance: {
|
|
1271
|
+
readonly Compliant: "compliant";
|
|
1272
|
+
readonly AtRisk: "at_risk";
|
|
1273
|
+
readonly NonCompliant: "non_compliant";
|
|
1274
|
+
readonly Exempt: "exempt";
|
|
1275
|
+
readonly Unknown: "unknown";
|
|
1276
|
+
};
|
|
1277
|
+
/**
|
|
1278
|
+
* Derived MEES compliance status (Decision D11). Based on current energy rating band and certificate type. compliant=A-E, at_risk=E, non_compliant=F-G, exempt=non-domestic/DEC.
|
|
1279
|
+
*/
|
|
1280
|
+
export type MeesCompliance = OpenEnum<typeof MeesCompliance>;
|
|
1281
|
+
export declare const BuildingCategory: {
|
|
1282
|
+
readonly C1: "C1";
|
|
1283
|
+
readonly C2: "C2";
|
|
1284
|
+
readonly C3: "C3";
|
|
1285
|
+
readonly C4: "C4";
|
|
1286
|
+
readonly C5: "C5";
|
|
1287
|
+
readonly C6: "C6";
|
|
1288
|
+
readonly H1: "H1";
|
|
1289
|
+
readonly H2: "H2";
|
|
1290
|
+
readonly H3: "H3";
|
|
1291
|
+
readonly H4: "H4";
|
|
1292
|
+
readonly H5: "H5";
|
|
1293
|
+
readonly H6: "H6";
|
|
1294
|
+
readonly H7: "H7";
|
|
1295
|
+
readonly H8: "H8";
|
|
1296
|
+
readonly S1: "S1";
|
|
1297
|
+
readonly S2: "S2";
|
|
1298
|
+
readonly S3: "S3";
|
|
1299
|
+
readonly S4: "S4";
|
|
1300
|
+
readonly S5: "S5";
|
|
1301
|
+
readonly S6: "S6";
|
|
1302
|
+
readonly S7: "S7";
|
|
1303
|
+
readonly S8: "S8";
|
|
1304
|
+
readonly S9: "S9";
|
|
1305
|
+
readonly S10: "S10";
|
|
1306
|
+
readonly W1: "W1";
|
|
1307
|
+
readonly W2: "W2";
|
|
1308
|
+
readonly W3: "W3";
|
|
1309
|
+
readonly W4: "W4";
|
|
1310
|
+
readonly W5: "W5";
|
|
1311
|
+
};
|
|
1312
|
+
export type BuildingCategory = OpenEnum<typeof BuildingCategory>;
|
|
1313
|
+
/**
|
|
1314
|
+
* Electrical usage — actual vs benchmark.
|
|
1315
|
+
*/
|
|
1316
|
+
export type ElectricalUsage = {
|
|
1317
|
+
/**
|
|
1318
|
+
* Actual annual electrical consumption (kWh/m²/year).
|
|
1319
|
+
*/
|
|
1320
|
+
actual: number;
|
|
1321
|
+
/**
|
|
1322
|
+
* Benchmark electrical consumption (kWh/m²/year).
|
|
1323
|
+
*/
|
|
1324
|
+
typical: number;
|
|
1325
|
+
};
|
|
1326
|
+
/**
|
|
1327
|
+
* Operational rating band (A-G, no A+).
|
|
1328
|
+
*/
|
|
1329
|
+
export declare const RatingBand: {
|
|
1330
|
+
readonly APlus: "A+";
|
|
1331
|
+
readonly A: "A";
|
|
1332
|
+
readonly BPlus: "B+";
|
|
1333
|
+
readonly B: "B";
|
|
1334
|
+
readonly CPlus: "C+";
|
|
1335
|
+
readonly C: "C";
|
|
1336
|
+
readonly DPlus: "D+";
|
|
1337
|
+
readonly D: "D";
|
|
1338
|
+
readonly EPlus: "E+";
|
|
1339
|
+
readonly E: "E";
|
|
1340
|
+
readonly FPlus: "F+";
|
|
1341
|
+
readonly F: "F";
|
|
1342
|
+
readonly G: "G";
|
|
1343
|
+
};
|
|
1344
|
+
/**
|
|
1345
|
+
* Operational rating band (A-G, no A+).
|
|
1346
|
+
*/
|
|
1347
|
+
export type RatingBand = OpenEnum<typeof RatingBand>;
|
|
1348
|
+
/**
|
|
1349
|
+
* Thermal fuel usage — actual vs benchmark.
|
|
1350
|
+
*/
|
|
1351
|
+
export type ThermalUsage = {
|
|
1352
|
+
/**
|
|
1353
|
+
* Actual annual thermal fuel consumption (kWh/m²/year).
|
|
1354
|
+
*/
|
|
1355
|
+
actual: number;
|
|
1356
|
+
/**
|
|
1357
|
+
* Benchmark thermal fuel consumption (kWh/m²/year).
|
|
1358
|
+
*/
|
|
1359
|
+
typical: number;
|
|
1360
|
+
};
|
|
1361
|
+
/**
|
|
1362
|
+
* DEC operational performance from metered energy use. Null for domestic and non-domestic EPCs.
|
|
1363
|
+
*/
|
|
1364
|
+
export type OperationalPerformance = {
|
|
1365
|
+
/**
|
|
1366
|
+
* End of the 12-month assessment period (ISO 8601).
|
|
1367
|
+
*/
|
|
1368
|
+
assessmentEndDate: string | null;
|
|
1369
|
+
/**
|
|
1370
|
+
* CIBSE TM46 benchmark category codes. Multi-use buildings can have multiple codes.
|
|
1371
|
+
*/
|
|
1372
|
+
buildingCategory: Array<BuildingCategory>;
|
|
1373
|
+
/**
|
|
1374
|
+
* Current year operational rating — CO2 efficiency relative to benchmark. 100 = typical for building type. Lower is better. 9999 = placeholder/incomplete.
|
|
1375
|
+
*/
|
|
1376
|
+
currentRating: number;
|
|
1377
|
+
/**
|
|
1378
|
+
* Electrical usage — actual vs benchmark.
|
|
1379
|
+
*/
|
|
1380
|
+
electricalUsage: ElectricalUsage | null;
|
|
1381
|
+
/**
|
|
1382
|
+
* Primary benchmark category description (e.g. 'General Office', 'Hospital — Clinical and Research').
|
|
1383
|
+
*/
|
|
1384
|
+
mainBenchmark: string | null;
|
|
1385
|
+
/**
|
|
1386
|
+
* Assessor-selected reference date (ISO 8601).
|
|
1387
|
+
*/
|
|
1388
|
+
nominatedDate: string | null;
|
|
1389
|
+
/**
|
|
1390
|
+
* Building occupancy during operating hours.
|
|
1391
|
+
*/
|
|
1392
|
+
occupancyLevel: string | null;
|
|
1393
|
+
/**
|
|
1394
|
+
* Operational rating band (A-G, no A+).
|
|
1395
|
+
*/
|
|
1396
|
+
ratingBand: RatingBand;
|
|
1397
|
+
/**
|
|
1398
|
+
* Percentage of electricity from renewable sources.
|
|
1399
|
+
*/
|
|
1400
|
+
renewablesElectricalPercentage: number | null;
|
|
1401
|
+
/**
|
|
1402
|
+
* Percentage of heating from renewable sources.
|
|
1403
|
+
*/
|
|
1404
|
+
renewablesThermalPercentage: number | null;
|
|
1405
|
+
/**
|
|
1406
|
+
* Thermal fuel usage — actual vs benchmark.
|
|
1407
|
+
*/
|
|
1408
|
+
thermalUsage: ThermalUsage | null;
|
|
1409
|
+
/**
|
|
1410
|
+
* Previous year operational rating.
|
|
1411
|
+
*/
|
|
1412
|
+
yr1Rating: number | null;
|
|
1413
|
+
/**
|
|
1414
|
+
* Two years ago operational rating.
|
|
1415
|
+
*/
|
|
1416
|
+
yr2Rating: number | null;
|
|
1417
|
+
};
|
|
1418
|
+
/**
|
|
1419
|
+
* Energy efficiency band. A/A+ is most efficient, G is least. Domestic uses A-G. Non-domestic uses A+-G. Scotland non-domestic also has half-bands (B+, C+, etc.).
|
|
1420
|
+
*/
|
|
1421
|
+
export declare const Band: {
|
|
1422
|
+
readonly APlus: "A+";
|
|
1423
|
+
readonly A: "A";
|
|
1424
|
+
readonly BPlus: "B+";
|
|
1425
|
+
readonly B: "B";
|
|
1426
|
+
readonly CPlus: "C+";
|
|
1427
|
+
readonly C: "C";
|
|
1428
|
+
readonly DPlus: "D+";
|
|
1429
|
+
readonly D: "D";
|
|
1430
|
+
readonly EPlus: "E+";
|
|
1431
|
+
readonly E: "E";
|
|
1432
|
+
readonly FPlus: "F+";
|
|
1433
|
+
readonly F: "F";
|
|
1434
|
+
readonly G: "G";
|
|
1435
|
+
};
|
|
1436
|
+
/**
|
|
1437
|
+
* Energy efficiency band. A/A+ is most efficient, G is least. Domestic uses A-G. Non-domestic uses A+-G. Scotland non-domestic also has half-bands (B+, C+, etc.).
|
|
1438
|
+
*/
|
|
1439
|
+
export type Band = OpenEnum<typeof Band>;
|
|
1440
|
+
/**
|
|
1441
|
+
* Discriminator for numeric score interpretation.
|
|
1442
|
+
*/
|
|
1443
|
+
export declare const ScoreType: {
|
|
1444
|
+
readonly Sap: "sap";
|
|
1445
|
+
readonly Asset: "asset";
|
|
1446
|
+
readonly Operational: "operational";
|
|
1447
|
+
readonly Epi: "epi";
|
|
1448
|
+
};
|
|
1449
|
+
/**
|
|
1450
|
+
* Discriminator for numeric score interpretation.
|
|
1451
|
+
*/
|
|
1452
|
+
export type ScoreType = OpenEnum<typeof ScoreType>;
|
|
1453
|
+
/**
|
|
1454
|
+
* Current energy rating at time of assessment.
|
|
1455
|
+
*/
|
|
1456
|
+
export type Current = {
|
|
27
1457
|
/**
|
|
28
|
-
*
|
|
1458
|
+
* Energy efficiency band. A/A+ is most efficient, G is least. Domestic uses A-G. Non-domestic uses A+-G. Scotland non-domestic also has half-bands (B+, C+, etc.).
|
|
29
1459
|
*/
|
|
30
|
-
|
|
1460
|
+
band: Band;
|
|
31
1461
|
/**
|
|
32
|
-
*
|
|
1462
|
+
* Numeric score. Interpretation depends on scoreType: SAP = 1-100 (higher is better); Asset = kg CO2/m² (lower is better, unbounded); Operational = relative to benchmark (lower is better, unbounded); EPI = kg CO2/m² using Scottish weather data.
|
|
33
1463
|
*/
|
|
34
|
-
|
|
1464
|
+
score: number;
|
|
35
1465
|
/**
|
|
36
|
-
*
|
|
1466
|
+
* Discriminator for numeric score interpretation.
|
|
37
1467
|
*/
|
|
38
|
-
|
|
1468
|
+
scoreType: ScoreType;
|
|
39
1469
|
};
|
|
40
1470
|
/**
|
|
41
|
-
*
|
|
1471
|
+
* Energy efficiency band. A/A+ is most efficient, G is least. Domestic uses A-G. Non-domestic uses A+-G. Scotland non-domestic also has half-bands (B+, C+, etc.).
|
|
42
1472
|
*/
|
|
43
|
-
export declare const
|
|
44
|
-
readonly
|
|
1473
|
+
export declare const GetEpcByLocationIdBand: {
|
|
1474
|
+
readonly APlus: "A+";
|
|
1475
|
+
readonly A: "A";
|
|
1476
|
+
readonly BPlus: "B+";
|
|
1477
|
+
readonly B: "B";
|
|
1478
|
+
readonly CPlus: "C+";
|
|
1479
|
+
readonly C: "C";
|
|
1480
|
+
readonly DPlus: "D+";
|
|
1481
|
+
readonly D: "D";
|
|
1482
|
+
readonly EPlus: "E+";
|
|
1483
|
+
readonly E: "E";
|
|
1484
|
+
readonly FPlus: "F+";
|
|
1485
|
+
readonly F: "F";
|
|
1486
|
+
readonly G: "G";
|
|
45
1487
|
};
|
|
46
1488
|
/**
|
|
47
|
-
*
|
|
1489
|
+
* Energy efficiency band. A/A+ is most efficient, G is least. Domestic uses A-G. Non-domestic uses A+-G. Scotland non-domestic also has half-bands (B+, C+, etc.).
|
|
48
1490
|
*/
|
|
49
|
-
export type
|
|
1491
|
+
export type GetEpcByLocationIdBand = OpenEnum<typeof GetEpcByLocationIdBand>;
|
|
50
1492
|
/**
|
|
51
|
-
*
|
|
1493
|
+
* Discriminator for numeric score interpretation.
|
|
52
1494
|
*/
|
|
53
|
-
export
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* GeoJSON geometry type
|
|
60
|
-
*/
|
|
61
|
-
type: GetEpcByLocationIdType;
|
|
1495
|
+
export declare const GetEpcByLocationIdScoreType: {
|
|
1496
|
+
readonly Sap: "sap";
|
|
1497
|
+
readonly Asset: "asset";
|
|
1498
|
+
readonly Operational: "operational";
|
|
1499
|
+
readonly Epi: "epi";
|
|
62
1500
|
};
|
|
63
1501
|
/**
|
|
64
|
-
*
|
|
1502
|
+
* Discriminator for numeric score interpretation.
|
|
1503
|
+
*/
|
|
1504
|
+
export type GetEpcByLocationIdScoreType = OpenEnum<typeof GetEpcByLocationIdScoreType>;
|
|
1505
|
+
/**
|
|
1506
|
+
* Achievable rating with recommended improvements. Null for DECs (operational ratings have no potential). E&W non-domestic does not publish a potential rating; Scotland non-domestic does.
|
|
65
1507
|
*/
|
|
66
|
-
export type
|
|
1508
|
+
export type Potential = {
|
|
67
1509
|
/**
|
|
68
|
-
*
|
|
1510
|
+
* Energy efficiency band. A/A+ is most efficient, G is least. Domestic uses A-G. Non-domestic uses A+-G. Scotland non-domestic also has half-bands (B+, C+, etc.).
|
|
69
1511
|
*/
|
|
70
|
-
|
|
1512
|
+
band: GetEpcByLocationIdBand;
|
|
71
1513
|
/**
|
|
72
|
-
*
|
|
1514
|
+
* Numeric score. Interpretation depends on scoreType: SAP = 1-100 (higher is better); Asset = kg CO2/m² (lower is better, unbounded); Operational = relative to benchmark (lower is better, unbounded); EPI = kg CO2/m² using Scottish weather data.
|
|
73
1515
|
*/
|
|
74
|
-
|
|
1516
|
+
score: number;
|
|
75
1517
|
/**
|
|
76
|
-
*
|
|
1518
|
+
* Discriminator for numeric score interpretation.
|
|
77
1519
|
*/
|
|
78
|
-
|
|
1520
|
+
scoreType: GetEpcByLocationIdScoreType;
|
|
79
1521
|
};
|
|
80
1522
|
/**
|
|
81
|
-
*
|
|
1523
|
+
* Energy rating — unified across domestic (SAP), non-domestic (asset), and DEC (operational). Filter on rating.current.band for cross-type comparisons.
|
|
82
1524
|
*/
|
|
83
|
-
export type
|
|
1525
|
+
export type Rating = {
|
|
84
1526
|
/**
|
|
85
|
-
*
|
|
1527
|
+
* Whether the building achieves net-zero carbon. Scotland non-domestic uses 'Carbon Neu' band; mapped to A+ with this flag set to true.
|
|
86
1528
|
*/
|
|
87
|
-
|
|
1529
|
+
carbonNeutral: boolean;
|
|
88
1530
|
/**
|
|
89
|
-
*
|
|
1531
|
+
* Current energy rating at time of assessment.
|
|
90
1532
|
*/
|
|
91
|
-
|
|
1533
|
+
current: Current;
|
|
92
1534
|
/**
|
|
93
|
-
*
|
|
1535
|
+
* Achievable rating with recommended improvements. Null for DECs (operational ratings have no potential). E&W non-domestic does not publish a potential rating; Scotland non-domestic does.
|
|
94
1536
|
*/
|
|
95
|
-
|
|
1537
|
+
potential: Potential | null;
|
|
96
1538
|
};
|
|
97
1539
|
/**
|
|
98
|
-
*
|
|
1540
|
+
* Measure category: insulation, glazing, heating, hot_water, renewables, lighting.
|
|
99
1541
|
*/
|
|
100
|
-
export
|
|
1542
|
+
export declare const GetEpcByLocationIdCategory: {
|
|
1543
|
+
readonly Insulation: "insulation";
|
|
1544
|
+
readonly Glazing: "glazing";
|
|
1545
|
+
readonly Heating: "heating";
|
|
1546
|
+
readonly HotWater: "hot_water";
|
|
1547
|
+
readonly Renewables: "renewables";
|
|
1548
|
+
readonly Lighting: "lighting";
|
|
1549
|
+
};
|
|
1550
|
+
/**
|
|
1551
|
+
* Measure category: insulation, glazing, heating, hot_water, renewables, lighting.
|
|
1552
|
+
*/
|
|
1553
|
+
export type GetEpcByLocationIdCategory = OpenEnum<typeof GetEpcByLocationIdCategory>;
|
|
1554
|
+
/**
|
|
1555
|
+
* CO2 reduction impact. Scotland non-domestic only: low, medium, high.
|
|
1556
|
+
*/
|
|
1557
|
+
export declare const Co2Impact: {
|
|
1558
|
+
readonly Low: "low";
|
|
1559
|
+
readonly Medium: "medium";
|
|
1560
|
+
readonly High: "high";
|
|
1561
|
+
};
|
|
1562
|
+
/**
|
|
1563
|
+
* CO2 reduction impact. Scotland non-domestic only: low, medium, high.
|
|
1564
|
+
*/
|
|
1565
|
+
export type Co2Impact = OpenEnum<typeof Co2Impact>;
|
|
1566
|
+
/**
|
|
1567
|
+
* Currency. All values normalised to GBP.
|
|
1568
|
+
*/
|
|
1569
|
+
export declare const Currency: {
|
|
1570
|
+
readonly Gbp: "GBP";
|
|
1571
|
+
};
|
|
1572
|
+
/**
|
|
1573
|
+
* Currency. All values normalised to GBP.
|
|
1574
|
+
*/
|
|
1575
|
+
export type Currency = ClosedEnum<typeof Currency>;
|
|
1576
|
+
/**
|
|
1577
|
+
* Structured cost estimate with numeric min/max in GBP. Parsed from 1,054 unique source cost strings (including encoding variants). Use cost.year to apply your own inflation adjustment.
|
|
1578
|
+
*/
|
|
1579
|
+
export type Cost = {
|
|
101
1580
|
/**
|
|
102
|
-
*
|
|
1581
|
+
* Currency. All values normalised to GBP.
|
|
103
1582
|
*/
|
|
104
|
-
|
|
1583
|
+
currency: Currency;
|
|
105
1584
|
/**
|
|
106
|
-
*
|
|
1585
|
+
* Raw cost string from source (e.g. '£100 - £350'). Preserved for transparency.
|
|
107
1586
|
*/
|
|
108
|
-
|
|
1587
|
+
indicative: string | null;
|
|
109
1588
|
/**
|
|
110
|
-
*
|
|
1589
|
+
* Upper bound cost estimate (£ GBP).
|
|
111
1590
|
*/
|
|
112
|
-
|
|
1591
|
+
max: number | null;
|
|
113
1592
|
/**
|
|
114
|
-
*
|
|
1593
|
+
* Lower bound cost estimate (£ GBP).
|
|
115
1594
|
*/
|
|
116
|
-
|
|
1595
|
+
min: number | null;
|
|
117
1596
|
/**
|
|
118
|
-
*
|
|
1597
|
+
* Assessment year for this cost estimate. Consumers should apply their own inflation adjustment from this base year.
|
|
119
1598
|
*/
|
|
120
|
-
|
|
1599
|
+
year: number | null;
|
|
1600
|
+
};
|
|
1601
|
+
/**
|
|
1602
|
+
* Canonical improvement measure: wall_insulation, condensing_boiler, solar_pv, etc. 40 canonical values covering all SAP standard improvement measures.
|
|
1603
|
+
*/
|
|
1604
|
+
export declare const Measure: {
|
|
1605
|
+
readonly WallInsulation: "wall_insulation";
|
|
1606
|
+
readonly WallInsulationCombined: "wall_insulation_combined";
|
|
1607
|
+
readonly CavityWallInsulation: "cavity_wall_insulation";
|
|
1608
|
+
readonly LoftInsulation: "loft_insulation";
|
|
1609
|
+
readonly FloorInsulationSolid: "floor_insulation_solid";
|
|
1610
|
+
readonly FloorInsulationSuspended: "floor_insulation_suspended";
|
|
1611
|
+
readonly FlatRoofInsulation: "flat_roof_insulation";
|
|
1612
|
+
readonly RoomInRoofInsulation: "room_in_roof_insulation";
|
|
1613
|
+
readonly PartyWallInsulation: "party_wall_insulation";
|
|
1614
|
+
readonly DraughtProofing: "draught_proofing";
|
|
1615
|
+
readonly ExternalDoors: "external_doors";
|
|
1616
|
+
readonly DoubleGlazing: "double_glazing";
|
|
1617
|
+
readonly ReplacementGlazing: "replacement_glazing";
|
|
1618
|
+
readonly SecondaryGlazing: "secondary_glazing";
|
|
1619
|
+
readonly CondensingBoiler: "condensing_boiler";
|
|
1620
|
+
readonly GasCondensingBoiler: "gas_condensing_boiler";
|
|
1621
|
+
readonly OilCondensingBoiler: "oil_condensing_boiler";
|
|
1622
|
+
readonly RoomToCondensingBoiler: "room_to_condensing_boiler";
|
|
1623
|
+
readonly CondensingUnit: "condensing_unit";
|
|
1624
|
+
readonly GasCondensingUnit: "gas_condensing_unit";
|
|
1625
|
+
readonly WarmAirUnit: "warm_air_unit";
|
|
1626
|
+
readonly StorageHeaters: "storage_heaters";
|
|
1627
|
+
readonly StorageHeatersDualImmersion: "storage_heaters_dual_immersion";
|
|
1628
|
+
readonly HeatingControls: "heating_controls";
|
|
1629
|
+
readonly ZoneControl: "zone_control";
|
|
1630
|
+
readonly FlueGasRecovery: "flue_gas_recovery";
|
|
1631
|
+
readonly ShowerHeatRecovery: "shower_heat_recovery";
|
|
1632
|
+
readonly CylinderJacket: "cylinder_jacket";
|
|
1633
|
+
readonly CylinderInsulation: "cylinder_insulation";
|
|
1634
|
+
readonly CylinderThermostat: "cylinder_thermostat";
|
|
1635
|
+
readonly WaterHeatingControls: "water_heating_controls";
|
|
1636
|
+
readonly HeatPump: "heat_pump";
|
|
1637
|
+
readonly HeatPumpUnderfloor: "heat_pump_underfloor";
|
|
1638
|
+
readonly BiomassBoiler: "biomass_boiler";
|
|
1639
|
+
readonly SolarThermal: "solar_thermal";
|
|
1640
|
+
readonly SolarPv: "solar_pv";
|
|
1641
|
+
readonly WindTurbine: "wind_turbine";
|
|
1642
|
+
readonly PvBattery: "pv_battery";
|
|
1643
|
+
readonly PvDiverter: "pv_diverter";
|
|
1644
|
+
readonly LowEnergyLighting: "low_energy_lighting";
|
|
1645
|
+
};
|
|
1646
|
+
/**
|
|
1647
|
+
* Canonical improvement measure: wall_insulation, condensing_boiler, solar_pv, etc. 40 canonical values covering all SAP standard improvement measures.
|
|
1648
|
+
*/
|
|
1649
|
+
export type Measure = OpenEnum<typeof Measure>;
|
|
1650
|
+
/**
|
|
1651
|
+
* Payback period classification. Non-domestic only: short, medium, long, other.
|
|
1652
|
+
*/
|
|
1653
|
+
export declare const PaybackType: {
|
|
1654
|
+
readonly Short: "short";
|
|
1655
|
+
readonly Medium: "medium";
|
|
1656
|
+
readonly Long: "long";
|
|
1657
|
+
readonly Other: "other";
|
|
1658
|
+
};
|
|
1659
|
+
/**
|
|
1660
|
+
* Payback period classification. Non-domestic only: short, medium, long, other.
|
|
1661
|
+
*/
|
|
1662
|
+
export type PaybackType = OpenEnum<typeof PaybackType>;
|
|
1663
|
+
/**
|
|
1664
|
+
* Projected rating after this measure. Domestic only.
|
|
1665
|
+
*/
|
|
1666
|
+
export type ProjectedRating = {
|
|
121
1667
|
/**
|
|
122
|
-
*
|
|
1668
|
+
* Projected energy band after this measure (e.g. 'C').
|
|
123
1669
|
*/
|
|
124
|
-
|
|
1670
|
+
band: string | null;
|
|
125
1671
|
/**
|
|
126
|
-
*
|
|
1672
|
+
* Projected cumulative SAP score after implementing this and all prior measures.
|
|
127
1673
|
*/
|
|
128
|
-
|
|
1674
|
+
energyScore: number | null;
|
|
129
1675
|
/**
|
|
130
|
-
*
|
|
1676
|
+
* Projected cumulative environmental score.
|
|
131
1677
|
*/
|
|
132
|
-
|
|
1678
|
+
environmentalScore: number | null;
|
|
1679
|
+
};
|
|
1680
|
+
/**
|
|
1681
|
+
* Currency.
|
|
1682
|
+
*/
|
|
1683
|
+
export declare const GetEpcByLocationIdCurrency: {
|
|
1684
|
+
readonly Gbp: "GBP";
|
|
1685
|
+
};
|
|
1686
|
+
/**
|
|
1687
|
+
* Currency.
|
|
1688
|
+
*/
|
|
1689
|
+
export type GetEpcByLocationIdCurrency = ClosedEnum<typeof GetEpcByLocationIdCurrency>;
|
|
1690
|
+
/**
|
|
1691
|
+
* Estimated annual saving in GBP. Parsed from source typical saving field.
|
|
1692
|
+
*/
|
|
1693
|
+
export type Saving = {
|
|
133
1694
|
/**
|
|
134
|
-
*
|
|
1695
|
+
* Estimated annual saving (£ GBP).
|
|
135
1696
|
*/
|
|
136
|
-
|
|
1697
|
+
annual: number | null;
|
|
137
1698
|
/**
|
|
138
|
-
*
|
|
1699
|
+
* Currency.
|
|
139
1700
|
*/
|
|
140
|
-
|
|
1701
|
+
currency: GetEpcByLocationIdCurrency;
|
|
1702
|
+
};
|
|
1703
|
+
/**
|
|
1704
|
+
* Individual improvement recommendation with structured cost/saving values, canonical measure classification, and projected rating impact.
|
|
1705
|
+
*/
|
|
1706
|
+
export type Recommendations = {
|
|
141
1707
|
/**
|
|
142
|
-
*
|
|
1708
|
+
* Measure category: insulation, glazing, heating, hot_water, renewables, lighting.
|
|
143
1709
|
*/
|
|
144
|
-
|
|
1710
|
+
category: GetEpcByLocationIdCategory | null;
|
|
145
1711
|
/**
|
|
146
|
-
*
|
|
1712
|
+
* CO2 reduction impact. Scotland non-domestic only: low, medium, high.
|
|
147
1713
|
*/
|
|
148
|
-
|
|
1714
|
+
co2Impact: Co2Impact | null;
|
|
149
1715
|
/**
|
|
150
|
-
*
|
|
1716
|
+
* Structured cost estimate with numeric min/max in GBP. Parsed from 1,054 unique source cost strings (including encoding variants). Use cost.year to apply your own inflation adjustment.
|
|
151
1717
|
*/
|
|
152
|
-
|
|
1718
|
+
cost: Cost | null;
|
|
153
1719
|
/**
|
|
154
|
-
*
|
|
1720
|
+
* Detailed description with guidance text.
|
|
155
1721
|
*/
|
|
156
|
-
|
|
1722
|
+
description: string | null;
|
|
157
1723
|
/**
|
|
158
|
-
*
|
|
1724
|
+
* Whether this measure is eligible for Green Deal financing. Boolean — not a raw string code.
|
|
159
1725
|
*/
|
|
160
|
-
|
|
1726
|
+
greenDealEligible: boolean | null;
|
|
161
1727
|
/**
|
|
162
|
-
*
|
|
1728
|
+
* Canonical improvement measure: wall_insulation, condensing_boiler, solar_pv, etc. 40 canonical values covering all SAP standard improvement measures.
|
|
163
1729
|
*/
|
|
164
|
-
|
|
1730
|
+
measure: Measure | null;
|
|
165
1731
|
/**
|
|
166
|
-
*
|
|
1732
|
+
* Source measure code. E&W: IMPROVEMENT_ID. Scotland: EPC-prefixed (e.g. EPC-R4).
|
|
167
1733
|
*/
|
|
168
|
-
|
|
1734
|
+
measureCode: string | null;
|
|
169
1735
|
/**
|
|
170
|
-
*
|
|
1736
|
+
* Payback period classification. Non-domestic only: short, medium, long, other.
|
|
171
1737
|
*/
|
|
172
|
-
|
|
1738
|
+
paybackType: PaybackType | null;
|
|
173
1739
|
/**
|
|
174
|
-
*
|
|
1740
|
+
* Projected rating after this measure. Domestic only.
|
|
175
1741
|
*/
|
|
176
|
-
|
|
1742
|
+
projectedRating: ProjectedRating | null;
|
|
177
1743
|
/**
|
|
178
|
-
*
|
|
1744
|
+
* Estimated annual saving in GBP. Parsed from source typical saving field.
|
|
179
1745
|
*/
|
|
180
|
-
|
|
1746
|
+
saving: Saving | null;
|
|
181
1747
|
/**
|
|
182
|
-
*
|
|
1748
|
+
* Priority order. Implementing measures in sequence provides the most cost-effective path.
|
|
183
1749
|
*/
|
|
184
|
-
|
|
1750
|
+
sequence: number;
|
|
185
1751
|
/**
|
|
186
|
-
*
|
|
1752
|
+
* Short description of the improvement measure.
|
|
187
1753
|
*/
|
|
188
|
-
|
|
1754
|
+
summary: string | null;
|
|
1755
|
+
};
|
|
1756
|
+
/**
|
|
1757
|
+
* Annual heating costs — current and achievable.
|
|
1758
|
+
*/
|
|
1759
|
+
export type Heating = {
|
|
189
1760
|
/**
|
|
190
|
-
*
|
|
1761
|
+
* Current annual heating cost (£).
|
|
191
1762
|
*/
|
|
192
|
-
|
|
1763
|
+
current: number;
|
|
193
1764
|
/**
|
|
194
|
-
*
|
|
1765
|
+
* Achievable annual heating cost (£).
|
|
195
1766
|
*/
|
|
196
|
-
|
|
1767
|
+
potential: number;
|
|
1768
|
+
};
|
|
1769
|
+
/**
|
|
1770
|
+
* Annual hot water costs — current and achievable.
|
|
1771
|
+
*/
|
|
1772
|
+
export type GetEpcByLocationIdHotWater = {
|
|
197
1773
|
/**
|
|
198
|
-
*
|
|
1774
|
+
* Current annual hot water cost (£).
|
|
199
1775
|
*/
|
|
200
|
-
|
|
1776
|
+
current: number;
|
|
201
1777
|
/**
|
|
202
|
-
*
|
|
1778
|
+
* Achievable annual hot water cost (£).
|
|
203
1779
|
*/
|
|
204
|
-
|
|
1780
|
+
potential: number;
|
|
1781
|
+
};
|
|
1782
|
+
/**
|
|
1783
|
+
* Annual lighting costs — current and achievable.
|
|
1784
|
+
*/
|
|
1785
|
+
export type GetEpcByLocationIdLighting = {
|
|
205
1786
|
/**
|
|
206
|
-
*
|
|
1787
|
+
* Current annual lighting cost (£).
|
|
207
1788
|
*/
|
|
208
|
-
|
|
1789
|
+
current: number;
|
|
209
1790
|
/**
|
|
210
|
-
*
|
|
1791
|
+
* Achievable annual lighting cost (£).
|
|
211
1792
|
*/
|
|
212
|
-
|
|
1793
|
+
potential: number;
|
|
1794
|
+
};
|
|
1795
|
+
/**
|
|
1796
|
+
* Annual running costs in GBP. Domestic only; null for non-domestic and DECs.
|
|
1797
|
+
*/
|
|
1798
|
+
export type RunningCosts = {
|
|
213
1799
|
/**
|
|
214
|
-
*
|
|
1800
|
+
* Annual heating costs — current and achievable.
|
|
215
1801
|
*/
|
|
216
|
-
|
|
1802
|
+
heating: Heating;
|
|
217
1803
|
/**
|
|
218
|
-
*
|
|
1804
|
+
* Annual hot water costs — current and achievable.
|
|
219
1805
|
*/
|
|
220
|
-
|
|
1806
|
+
hotWater: GetEpcByLocationIdHotWater;
|
|
221
1807
|
/**
|
|
222
|
-
*
|
|
1808
|
+
* Annual lighting costs — current and achievable.
|
|
223
1809
|
*/
|
|
224
|
-
|
|
1810
|
+
lighting: GetEpcByLocationIdLighting;
|
|
1811
|
+
};
|
|
1812
|
+
/**
|
|
1813
|
+
* Current band including Scotland half-bands (B+, C+, etc.) and 'Carbon Neu' → A+.
|
|
1814
|
+
*/
|
|
1815
|
+
export declare const CurrentBand: {
|
|
1816
|
+
readonly APlus: "A+";
|
|
1817
|
+
readonly A: "A";
|
|
1818
|
+
readonly BPlus: "B+";
|
|
1819
|
+
readonly B: "B";
|
|
1820
|
+
readonly CPlus: "C+";
|
|
1821
|
+
readonly C: "C";
|
|
1822
|
+
readonly DPlus: "D+";
|
|
1823
|
+
readonly D: "D";
|
|
1824
|
+
readonly EPlus: "E+";
|
|
1825
|
+
readonly E: "E";
|
|
1826
|
+
readonly FPlus: "F+";
|
|
1827
|
+
readonly F: "F";
|
|
1828
|
+
readonly G: "G";
|
|
1829
|
+
};
|
|
1830
|
+
/**
|
|
1831
|
+
* Current band including Scotland half-bands (B+, C+, etc.) and 'Carbon Neu' → A+.
|
|
1832
|
+
*/
|
|
1833
|
+
export type CurrentBand = OpenEnum<typeof CurrentBand>;
|
|
1834
|
+
/**
|
|
1835
|
+
* Potential band.
|
|
1836
|
+
*/
|
|
1837
|
+
export declare const PotentialBand: {
|
|
1838
|
+
readonly APlus: "A+";
|
|
1839
|
+
readonly A: "A";
|
|
1840
|
+
readonly BPlus: "B+";
|
|
1841
|
+
readonly B: "B";
|
|
1842
|
+
readonly CPlus: "C+";
|
|
1843
|
+
readonly C: "C";
|
|
1844
|
+
readonly DPlus: "D+";
|
|
1845
|
+
readonly D: "D";
|
|
1846
|
+
readonly EPlus: "E+";
|
|
1847
|
+
readonly E: "E";
|
|
1848
|
+
readonly FPlus: "F+";
|
|
1849
|
+
readonly F: "F";
|
|
1850
|
+
readonly G: "G";
|
|
1851
|
+
};
|
|
1852
|
+
/**
|
|
1853
|
+
* Potential band.
|
|
1854
|
+
*/
|
|
1855
|
+
export type PotentialBand = OpenEnum<typeof PotentialBand>;
|
|
1856
|
+
/**
|
|
1857
|
+
* Scotland's native non-domestic rating using Scottish weather data. Null for E&W certificates and domestic certificates.
|
|
1858
|
+
*/
|
|
1859
|
+
export type ScotlandNativeRating = {
|
|
225
1860
|
/**
|
|
226
|
-
*
|
|
1861
|
+
* Current band including Scotland half-bands (B+, C+, etc.) and 'Carbon Neu' → A+.
|
|
227
1862
|
*/
|
|
228
|
-
|
|
1863
|
+
currentBand: CurrentBand;
|
|
229
1864
|
/**
|
|
230
|
-
*
|
|
1865
|
+
* Current Energy Performance Rating using Scottish weather data (kg CO2/m²/year).
|
|
231
1866
|
*/
|
|
232
|
-
|
|
1867
|
+
currentRating: number;
|
|
233
1868
|
/**
|
|
234
|
-
*
|
|
1869
|
+
* Potential band.
|
|
235
1870
|
*/
|
|
236
|
-
|
|
1871
|
+
potentialBand: PotentialBand | null;
|
|
237
1872
|
/**
|
|
238
|
-
*
|
|
1873
|
+
* Potential rating if improvements carried out. Scotland publishes this; E&W does not.
|
|
239
1874
|
*/
|
|
240
|
-
|
|
1875
|
+
potentialRating: number | null;
|
|
1876
|
+
};
|
|
1877
|
+
/**
|
|
1878
|
+
* Source register: mhclg (England & Wales) or scottish_government (Scotland).
|
|
1879
|
+
*/
|
|
1880
|
+
export declare const Source: {
|
|
1881
|
+
readonly Mhclg: "mhclg";
|
|
1882
|
+
readonly ScottishGovernment: "scottish_government";
|
|
1883
|
+
};
|
|
1884
|
+
/**
|
|
1885
|
+
* Source register: mhclg (England & Wales) or scottish_government (Scotland).
|
|
1886
|
+
*/
|
|
1887
|
+
export type Source = OpenEnum<typeof Source>;
|
|
1888
|
+
/**
|
|
1889
|
+
* AC inspection commissioning status.
|
|
1890
|
+
*/
|
|
1891
|
+
export declare const InspectionStatus: {
|
|
1892
|
+
readonly Completed: "completed";
|
|
1893
|
+
readonly Commissioned: "commissioned";
|
|
1894
|
+
readonly NotCommissioned: "not_commissioned";
|
|
1895
|
+
readonly NotRelevant: "not_relevant";
|
|
1896
|
+
readonly Unknown: "unknown";
|
|
1897
|
+
};
|
|
1898
|
+
/**
|
|
1899
|
+
* AC inspection commissioning status.
|
|
1900
|
+
*/
|
|
1901
|
+
export type InspectionStatus = OpenEnum<typeof InspectionStatus>;
|
|
1902
|
+
/**
|
|
1903
|
+
* Air conditioning details. Non-domestic/DEC only; null for domestic.
|
|
1904
|
+
*/
|
|
1905
|
+
export type AirConditioning = {
|
|
241
1906
|
/**
|
|
242
|
-
*
|
|
1907
|
+
* Estimated AC capacity when actual is unknown (kW).
|
|
243
1908
|
*/
|
|
244
|
-
|
|
1909
|
+
estimatedKwRating: number | null;
|
|
245
1910
|
/**
|
|
246
|
-
*
|
|
1911
|
+
* AC inspection commissioning status.
|
|
247
1912
|
*/
|
|
248
|
-
|
|
1913
|
+
inspectionStatus: InspectionStatus | null;
|
|
249
1914
|
/**
|
|
250
|
-
*
|
|
1915
|
+
* Actual AC system capacity (kW).
|
|
251
1916
|
*/
|
|
252
|
-
|
|
1917
|
+
kwRating: number | null;
|
|
253
1918
|
/**
|
|
254
|
-
*
|
|
1919
|
+
* Whether AC system is installed.
|
|
255
1920
|
*/
|
|
256
|
-
|
|
1921
|
+
present: boolean;
|
|
1922
|
+
};
|
|
1923
|
+
/**
|
|
1924
|
+
* Electricity tariff type. Domestic only.
|
|
1925
|
+
*/
|
|
1926
|
+
export declare const EnergyTariff: {
|
|
1927
|
+
readonly Single: "single";
|
|
1928
|
+
readonly Dual: "dual";
|
|
1929
|
+
readonly OffPeak7hr: "off_peak_7hr";
|
|
1930
|
+
readonly OffPeak10hr: "off_peak_10hr";
|
|
1931
|
+
readonly OffPeak18hr: "off_peak_18hr";
|
|
1932
|
+
readonly OffPeak24hr: "off_peak_24hr";
|
|
1933
|
+
readonly Unknown: "unknown";
|
|
1934
|
+
};
|
|
1935
|
+
/**
|
|
1936
|
+
* Electricity tariff type. Domestic only.
|
|
1937
|
+
*/
|
|
1938
|
+
export type EnergyTariff = OpenEnum<typeof EnergyTariff>;
|
|
1939
|
+
/**
|
|
1940
|
+
* Corridor heat loss classification. Flats/maisonettes only.
|
|
1941
|
+
*/
|
|
1942
|
+
export declare const HeatLossCorridor: {
|
|
1943
|
+
readonly NoCorridor: "no_corridor";
|
|
1944
|
+
readonly HeatedCorridor: "heated_corridor";
|
|
1945
|
+
readonly UnheatedCorridor: "unheated_corridor";
|
|
1946
|
+
};
|
|
1947
|
+
/**
|
|
1948
|
+
* Corridor heat loss classification. Flats/maisonettes only.
|
|
1949
|
+
*/
|
|
1950
|
+
export type HeatLossCorridor = OpenEnum<typeof HeatLossCorridor>;
|
|
1951
|
+
/**
|
|
1952
|
+
* Normalised primary fuel type. See mainFuelExternal for raw source text.
|
|
1953
|
+
*/
|
|
1954
|
+
export declare const MainFuel: {
|
|
1955
|
+
readonly MainsGas: "mains_gas";
|
|
1956
|
+
readonly Lpg: "lpg";
|
|
1957
|
+
readonly Oil: "oil";
|
|
1958
|
+
readonly Electricity: "electricity";
|
|
1959
|
+
readonly Biomass: "biomass";
|
|
1960
|
+
readonly Coal: "coal";
|
|
1961
|
+
readonly Anthracite: "anthracite";
|
|
1962
|
+
readonly SmokelessFuel: "smokeless_fuel";
|
|
1963
|
+
readonly Biogas: "biogas";
|
|
1964
|
+
readonly DistrictHeating: "district_heating";
|
|
1965
|
+
readonly HeatPump: "heat_pump";
|
|
1966
|
+
readonly DualFuel: "dual_fuel";
|
|
1967
|
+
readonly WasteHeat: "waste_heat";
|
|
1968
|
+
readonly Other: "other";
|
|
1969
|
+
};
|
|
1970
|
+
/**
|
|
1971
|
+
* Normalised primary fuel type. See mainFuelExternal for raw source text.
|
|
1972
|
+
*/
|
|
1973
|
+
export type MainFuel = OpenEnum<typeof MainFuel>;
|
|
1974
|
+
/**
|
|
1975
|
+
* Photovoltaic panel installation.
|
|
1976
|
+
*/
|
|
1977
|
+
export type Photovoltaic = {
|
|
257
1978
|
/**
|
|
258
|
-
*
|
|
1979
|
+
* Whether PV panels are installed.
|
|
259
1980
|
*/
|
|
260
|
-
|
|
1981
|
+
present: boolean;
|
|
261
1982
|
/**
|
|
262
|
-
*
|
|
1983
|
+
* Percentage of demand met by PV. Domestic only (PHOTO_SUPPLY field).
|
|
263
1984
|
*/
|
|
264
|
-
|
|
1985
|
+
supplyPercentage: number | null;
|
|
1986
|
+
};
|
|
1987
|
+
/**
|
|
1988
|
+
* On-site renewable energy installations.
|
|
1989
|
+
*/
|
|
1990
|
+
export type Renewables = {
|
|
265
1991
|
/**
|
|
266
|
-
*
|
|
1992
|
+
* Free-text renewable sources description. Non-domestic only (RENEWABLE_SOURCES field).
|
|
267
1993
|
*/
|
|
268
|
-
|
|
1994
|
+
description: string | null;
|
|
269
1995
|
/**
|
|
270
|
-
*
|
|
1996
|
+
* Photovoltaic panel installation.
|
|
271
1997
|
*/
|
|
272
|
-
|
|
1998
|
+
photovoltaic: Photovoltaic | null;
|
|
273
1999
|
/**
|
|
274
|
-
*
|
|
2000
|
+
* Solar thermal (hot water) present. Domestic: from SOLAR_WATER_HEATING_FLAG. Non-domestic: derived from RENEWABLE_SOURCES text.
|
|
275
2001
|
*/
|
|
276
|
-
|
|
2002
|
+
solarThermal: boolean | null;
|
|
277
2003
|
/**
|
|
278
|
-
*
|
|
2004
|
+
* Number of wind turbines installed. Domestic only.
|
|
279
2005
|
*/
|
|
280
|
-
|
|
2006
|
+
windTurbines: number | null;
|
|
2007
|
+
};
|
|
2008
|
+
/**
|
|
2009
|
+
* Mechanical ventilation type. Domestic only. Null means natural ventilation.
|
|
2010
|
+
*/
|
|
2011
|
+
export declare const Ventilation: {
|
|
2012
|
+
readonly Natural: "natural";
|
|
2013
|
+
readonly MechanicalExtract: "mechanical_extract";
|
|
2014
|
+
readonly MechanicalSupplyAndExtract: "mechanical_supply_and_extract";
|
|
2015
|
+
};
|
|
2016
|
+
/**
|
|
2017
|
+
* Mechanical ventilation type. Domestic only. Null means natural ventilation.
|
|
2018
|
+
*/
|
|
2019
|
+
export type Ventilation = OpenEnum<typeof Ventilation>;
|
|
2020
|
+
/**
|
|
2021
|
+
* Building energy systems — fuel, heating, renewables, ventilation.
|
|
2022
|
+
*/
|
|
2023
|
+
export type Systems = {
|
|
281
2024
|
/**
|
|
282
|
-
*
|
|
2025
|
+
* Air conditioning details. Non-domestic/DEC only; null for domestic.
|
|
283
2026
|
*/
|
|
284
|
-
|
|
2027
|
+
airConditioning: AirConditioning | null;
|
|
285
2028
|
/**
|
|
286
|
-
*
|
|
2029
|
+
* Electricity tariff type. Domestic only.
|
|
287
2030
|
*/
|
|
288
|
-
|
|
2031
|
+
energyTariff: EnergyTariff | null;
|
|
289
2032
|
/**
|
|
290
|
-
*
|
|
2033
|
+
* Corridor heat loss classification. Flats/maisonettes only.
|
|
291
2034
|
*/
|
|
292
|
-
|
|
2035
|
+
heatLossCorridor: HeatLossCorridor | null;
|
|
293
2036
|
/**
|
|
294
|
-
*
|
|
2037
|
+
* Normalised primary fuel type. See mainFuelExternal for raw source text.
|
|
295
2038
|
*/
|
|
296
|
-
|
|
2039
|
+
mainFuel: MainFuel | null;
|
|
297
2040
|
/**
|
|
298
|
-
*
|
|
2041
|
+
* Raw fuel type text from source register. E.g. 'mains gas (not community)', 'electricity (7-hour tariff)', 'Natural Gas'.
|
|
299
2042
|
*/
|
|
300
|
-
|
|
2043
|
+
mainFuelExternal: string | null;
|
|
301
2044
|
/**
|
|
302
|
-
*
|
|
2045
|
+
* Heating control system code. Domestic only.
|
|
303
2046
|
*/
|
|
304
|
-
|
|
2047
|
+
mainHeatingControls: string | null;
|
|
305
2048
|
/**
|
|
306
|
-
*
|
|
2049
|
+
* Whether mains gas is connected. Domestic only. Derived from MAINS_GAS_FLAG (Y→true, N→false, blank→null).
|
|
307
2050
|
*/
|
|
308
|
-
|
|
2051
|
+
mainsGas: boolean | null;
|
|
309
2052
|
/**
|
|
310
|
-
*
|
|
2053
|
+
* On-site renewable energy installations.
|
|
311
2054
|
*/
|
|
312
|
-
|
|
2055
|
+
renewables: Renewables;
|
|
313
2056
|
/**
|
|
314
|
-
*
|
|
2057
|
+
* Length of unheated corridor in metres. Flats/maisonettes only.
|
|
315
2058
|
*/
|
|
316
|
-
|
|
2059
|
+
unheatedCorridorLength: number | null;
|
|
317
2060
|
/**
|
|
318
|
-
*
|
|
2061
|
+
* Mechanical ventilation type. Domestic only. Null means natural ventilation.
|
|
319
2062
|
*/
|
|
320
|
-
|
|
2063
|
+
ventilation: Ventilation | null;
|
|
2064
|
+
};
|
|
2065
|
+
/**
|
|
2066
|
+
* Normalised transaction type (trigger for assessment).
|
|
2067
|
+
*/
|
|
2068
|
+
export declare const TransactionType: {
|
|
2069
|
+
readonly MarketedSale: "marketed_sale";
|
|
2070
|
+
readonly NonMarketedSale: "non_marketed_sale";
|
|
2071
|
+
readonly Rental: "rental";
|
|
2072
|
+
readonly NewDwelling: "new_dwelling";
|
|
2073
|
+
readonly Voluntary: "voluntary";
|
|
2074
|
+
readonly VoluntaryReissue: "voluntary_reissue";
|
|
2075
|
+
readonly StockConditionSurvey: "stock_condition_survey";
|
|
2076
|
+
readonly GrantScheme: "grant_scheme";
|
|
2077
|
+
readonly DisplayPublicBuilding: "display_public_building";
|
|
2078
|
+
readonly Construction: "construction";
|
|
2079
|
+
readonly Other: "other";
|
|
2080
|
+
};
|
|
2081
|
+
/**
|
|
2082
|
+
* Normalised transaction type (trigger for assessment).
|
|
2083
|
+
*/
|
|
2084
|
+
export type TransactionType = OpenEnum<typeof TransactionType>;
|
|
2085
|
+
/**
|
|
2086
|
+
* Unified EPC entity covering domestic, non-domestic, and Display Energy Certificates across England, Wales, and Scotland. Filter by certificateType to narrow to a specific assessment type. Use rating.current.band for cross-type energy efficiency comparisons.
|
|
2087
|
+
*/
|
|
2088
|
+
export type Data = {
|
|
321
2089
|
/**
|
|
322
|
-
*
|
|
2090
|
+
* Standardised address.
|
|
323
2091
|
*/
|
|
324
|
-
|
|
2092
|
+
address: GetEpcByLocationIdAddress;
|
|
325
2093
|
/**
|
|
326
|
-
*
|
|
2094
|
+
* Assessment methodology: rdsap (existing domestic), sap (new domestic), sbem (non-domestic), dsm (complex non-domestic), operational (DEC).
|
|
327
2095
|
*/
|
|
328
|
-
|
|
2096
|
+
assessmentMethodology: AssessmentMethodology;
|
|
329
2097
|
/**
|
|
330
|
-
*
|
|
2098
|
+
* Non-domestic benchmarks and building classification. Null for domestic.
|
|
331
2099
|
*/
|
|
332
|
-
|
|
2100
|
+
benchmarks: Benchmarks | null;
|
|
333
2101
|
/**
|
|
334
|
-
*
|
|
2102
|
+
* Tracks the same building across successive assessments. E&W: 12-digit BUILDING_REFERENCE_NUMBER. Scotland: 10-digit SEPCR property identifier (not the same as UPRN).
|
|
335
2103
|
*/
|
|
336
|
-
|
|
2104
|
+
buildingReferenceNumber: string | null;
|
|
337
2105
|
/**
|
|
338
|
-
*
|
|
2106
|
+
* Certificate type: domestic, non_domestic, or dec.
|
|
339
2107
|
*/
|
|
340
|
-
|
|
2108
|
+
certificateType: GetEpcByLocationIdCertificateType;
|
|
341
2109
|
/**
|
|
342
|
-
*
|
|
2110
|
+
* ONS constituency code (E&W) or Scottish ward code.
|
|
343
2111
|
*/
|
|
344
|
-
|
|
2112
|
+
constituency: string | null;
|
|
345
2113
|
/**
|
|
346
|
-
*
|
|
2114
|
+
* Constituency/ward name.
|
|
347
2115
|
*/
|
|
348
|
-
|
|
2116
|
+
constituencyLabel: string | null;
|
|
349
2117
|
/**
|
|
350
|
-
*
|
|
2118
|
+
* Geographic coordinates. Derived from UPRN match or postcode centroid.
|
|
351
2119
|
*/
|
|
352
|
-
|
|
2120
|
+
coordinates: Coordinates | null;
|
|
353
2121
|
/**
|
|
354
|
-
*
|
|
2122
|
+
* County name. E&W only.
|
|
355
2123
|
*/
|
|
356
|
-
|
|
2124
|
+
county: string | null;
|
|
357
2125
|
/**
|
|
358
|
-
*
|
|
2126
|
+
* Record creation timestamp (ISO 8601).
|
|
359
2127
|
*/
|
|
360
|
-
|
|
2128
|
+
createdAt: string;
|
|
361
2129
|
/**
|
|
362
|
-
*
|
|
2130
|
+
* Scottish Data Zone code. Scotland only.
|
|
363
2131
|
*/
|
|
364
|
-
|
|
2132
|
+
dataZone: string | null;
|
|
365
2133
|
/**
|
|
366
|
-
*
|
|
2134
|
+
* Domestic property details — construction, rooms, glazing, Scotland-specific fields. Null for non-domestic and DECs.
|
|
367
2135
|
*/
|
|
368
|
-
|
|
2136
|
+
domesticDetails: DomesticDetails | null;
|
|
369
2137
|
/**
|
|
370
|
-
*
|
|
2138
|
+
* Environmental impact, CO2 emissions, and energy consumption.
|
|
371
2139
|
*/
|
|
372
|
-
|
|
2140
|
+
emissions: Emissions;
|
|
373
2141
|
/**
|
|
374
|
-
*
|
|
2142
|
+
* Component-level building fabric assessment. Domestic only; null for non-domestic and DECs.
|
|
375
2143
|
*/
|
|
376
|
-
|
|
2144
|
+
fabric: Fabric | null;
|
|
377
2145
|
/**
|
|
378
|
-
*
|
|
2146
|
+
* Vepler canonical entity ID.
|
|
379
2147
|
*/
|
|
380
|
-
|
|
2148
|
+
id: string;
|
|
381
2149
|
/**
|
|
382
|
-
*
|
|
2150
|
+
* Date of energy assessment (ISO 8601).
|
|
383
2151
|
*/
|
|
384
|
-
|
|
2152
|
+
inspectionDate: string;
|
|
385
2153
|
/**
|
|
386
|
-
*
|
|
2154
|
+
* ONS local authority code (E&W) or Scottish LA code.
|
|
387
2155
|
*/
|
|
388
|
-
|
|
2156
|
+
localAuthority: string | null;
|
|
389
2157
|
/**
|
|
390
|
-
*
|
|
2158
|
+
* Local authority name.
|
|
391
2159
|
*/
|
|
392
|
-
|
|
2160
|
+
localAuthorityLabel: string | null;
|
|
393
2161
|
/**
|
|
394
|
-
*
|
|
2162
|
+
* UPRN linking this certificate to the Vepler Property Index. Null if not yet matched. Populated by UPRN enrichment pipeline.
|
|
395
2163
|
*/
|
|
396
|
-
|
|
2164
|
+
locationId: number | null;
|
|
397
2165
|
/**
|
|
398
|
-
*
|
|
2166
|
+
* Date registered with the government (ISO 8601).
|
|
399
2167
|
*/
|
|
400
|
-
|
|
2168
|
+
lodgementDate: string;
|
|
401
2169
|
/**
|
|
402
|
-
*
|
|
2170
|
+
* Derived MEES compliance status (Decision D11). Based on current energy rating band and certificate type. compliant=A-E, at_risk=E, non_compliant=F-G, exempt=non-domestic/DEC.
|
|
403
2171
|
*/
|
|
404
|
-
|
|
2172
|
+
meesCompliance: MeesCompliance;
|
|
405
2173
|
/**
|
|
406
|
-
*
|
|
2174
|
+
* DEC operational performance from metered energy use. Null for domestic and non-domestic EPCs.
|
|
407
2175
|
*/
|
|
408
|
-
|
|
2176
|
+
operationalPerformance: OperationalPerformance | null;
|
|
409
2177
|
/**
|
|
410
|
-
*
|
|
2178
|
+
* Normalised property type. Domestic: house, flat, bungalow, maisonette, park_home. Non-domestic: canonical NCM category (e.g. office_workshop, retail_financial). See EPC_DOMESTIC_PROPERTY_TYPE_VALUES and EPC_NON_DOMESTIC_PROPERTY_TYPE_VALUES.
|
|
411
2179
|
*/
|
|
412
|
-
|
|
2180
|
+
propertyType: string | null;
|
|
413
2181
|
/**
|
|
414
|
-
*
|
|
2182
|
+
* Raw property type text from source register. E.g. 'House', 'A1/A2 Retail and Financial/Professional services', 'Offices and Workshop businesses'.
|
|
415
2183
|
*/
|
|
416
|
-
|
|
2184
|
+
propertyTypeExternal: string | null;
|
|
417
2185
|
/**
|
|
418
|
-
*
|
|
2186
|
+
* Energy rating — unified across domestic (SAP), non-domestic (asset), and DEC (operational). Filter on rating.current.band for cross-type comparisons.
|
|
419
2187
|
*/
|
|
420
|
-
|
|
2188
|
+
rating: Rating;
|
|
421
2189
|
/**
|
|
422
|
-
*
|
|
2190
|
+
* Improvement recommendations ordered by priority. Domestic: from separate recommendations CSV. Non-domestic Scotland: parsed from pipe-delimited IMPROVEMENT_RECOMMENDATIONS field. Non-domestic E&W: from separate recommendations file.
|
|
423
2191
|
*/
|
|
424
|
-
|
|
2192
|
+
recommendations: Array<Recommendations>;
|
|
425
2193
|
/**
|
|
426
|
-
*
|
|
2194
|
+
* Annual running costs in GBP. Domestic only; null for non-domestic and DECs.
|
|
427
2195
|
*/
|
|
428
|
-
|
|
2196
|
+
runningCosts: RunningCosts | null;
|
|
429
2197
|
/**
|
|
430
|
-
*
|
|
2198
|
+
* Scotland's native non-domestic rating using Scottish weather data. Null for E&W certificates and domestic certificates.
|
|
431
2199
|
*/
|
|
432
|
-
|
|
2200
|
+
scotlandNativeRating: ScotlandNativeRating | null;
|
|
433
2201
|
/**
|
|
434
|
-
*
|
|
2202
|
+
* Source register: mhclg (England & Wales) or scottish_government (Scotland).
|
|
435
2203
|
*/
|
|
436
|
-
|
|
2204
|
+
source: Source;
|
|
437
2205
|
/**
|
|
438
|
-
*
|
|
2206
|
+
* Original certificate identifier from source register. E&W: LMK_KEY. Scotland domestic: OSG_REFERENCE_NUMBER. Scotland non-domestic: REPORT_REFERENCE_NUMBER.
|
|
439
2207
|
*/
|
|
440
|
-
|
|
2208
|
+
sourceReference: string;
|
|
441
2209
|
/**
|
|
442
|
-
*
|
|
2210
|
+
* Building energy systems — fuel, heating, renewables, ventilation.
|
|
443
2211
|
*/
|
|
444
|
-
|
|
2212
|
+
systems: Systems;
|
|
445
2213
|
/**
|
|
446
|
-
*
|
|
2214
|
+
* Total floor area in m². Domestic: total internal floor area. Non-domestic: conditioned floor area.
|
|
447
2215
|
*/
|
|
448
|
-
|
|
2216
|
+
totalFloorArea: number | null;
|
|
449
2217
|
/**
|
|
450
|
-
*
|
|
2218
|
+
* Normalised transaction type (trigger for assessment).
|
|
451
2219
|
*/
|
|
452
|
-
|
|
2220
|
+
transactionType: TransactionType | null;
|
|
453
2221
|
/**
|
|
454
|
-
*
|
|
2222
|
+
* Raw transaction type text from source register.
|
|
455
2223
|
*/
|
|
456
|
-
|
|
2224
|
+
transactionTypeExternal: string | null;
|
|
457
2225
|
/**
|
|
458
|
-
*
|
|
2226
|
+
* Record last update timestamp (ISO 8601).
|
|
459
2227
|
*/
|
|
460
|
-
|
|
2228
|
+
updatedAt: string;
|
|
461
2229
|
/**
|
|
462
|
-
*
|
|
2230
|
+
* Calculated expiry date. Domestic/non-domestic: lodgementDate + 10 years. DEC: lodgementDate + 1 year (advisory report: + 7 years).
|
|
463
2231
|
*/
|
|
464
|
-
|
|
2232
|
+
validUntil: string | null;
|
|
465
2233
|
};
|
|
466
2234
|
export declare const GetEpcByLocationIdObject: {
|
|
467
2235
|
readonly List: "list";
|
|
468
2236
|
};
|
|
469
2237
|
export type GetEpcByLocationIdObject = ClosedEnum<typeof GetEpcByLocationIdObject>;
|
|
470
2238
|
/**
|
|
471
|
-
* EPC
|
|
2239
|
+
* EPC certificates for this location
|
|
472
2240
|
*/
|
|
473
2241
|
export type GetEpcByLocationIdResponseBody = {
|
|
474
2242
|
data: Array<Data>;
|
|
@@ -478,7 +2246,10 @@ export type GetEpcByLocationIdResponseBody = {
|
|
|
478
2246
|
url: string;
|
|
479
2247
|
};
|
|
480
2248
|
/** @internal */
|
|
2249
|
+
export declare const CertificateType$outboundSchema: z.ZodNativeEnum<typeof CertificateType>;
|
|
2250
|
+
/** @internal */
|
|
481
2251
|
export type GetEpcByLocationIdRequest$Outbound = {
|
|
2252
|
+
certificateType?: string | undefined;
|
|
482
2253
|
limit?: string | undefined;
|
|
483
2254
|
locationId: string;
|
|
484
2255
|
offset?: string | undefined;
|
|
@@ -487,19 +2258,246 @@ export type GetEpcByLocationIdRequest$Outbound = {
|
|
|
487
2258
|
export declare const GetEpcByLocationIdRequest$outboundSchema: z.ZodType<GetEpcByLocationIdRequest$Outbound, z.ZodTypeDef, GetEpcByLocationIdRequest>;
|
|
488
2259
|
export declare function getEpcByLocationIdRequestToJSON(getEpcByLocationIdRequest: GetEpcByLocationIdRequest): string;
|
|
489
2260
|
/** @internal */
|
|
2261
|
+
export declare const GetEpcByLocationIdAddress$inboundSchema: z.ZodType<GetEpcByLocationIdAddress, z.ZodTypeDef, unknown>;
|
|
2262
|
+
export declare function getEpcByLocationIdAddressFromJSON(jsonString: string): SafeParseResult<GetEpcByLocationIdAddress, SDKValidationError>;
|
|
2263
|
+
/** @internal */
|
|
2264
|
+
export declare const AssessmentMethodology$inboundSchema: z.ZodType<AssessmentMethodology, z.ZodTypeDef, unknown>;
|
|
2265
|
+
/** @internal */
|
|
2266
|
+
export declare const BuildingEnvironment$inboundSchema: z.ZodType<BuildingEnvironment, z.ZodTypeDef, unknown>;
|
|
2267
|
+
/** @internal */
|
|
2268
|
+
export declare const NewBuildBand$inboundSchema: z.ZodType<NewBuildBand, z.ZodTypeDef, unknown>;
|
|
2269
|
+
/** @internal */
|
|
2270
|
+
export declare const Benchmarks$inboundSchema: z.ZodType<Benchmarks, z.ZodTypeDef, unknown>;
|
|
2271
|
+
export declare function benchmarksFromJSON(jsonString: string): SafeParseResult<Benchmarks, SDKValidationError>;
|
|
2272
|
+
/** @internal */
|
|
2273
|
+
export declare const GetEpcByLocationIdCertificateType$inboundSchema: z.ZodType<GetEpcByLocationIdCertificateType, z.ZodTypeDef, unknown>;
|
|
2274
|
+
/** @internal */
|
|
2275
|
+
export declare const Coordinates$inboundSchema: z.ZodType<Coordinates, z.ZodTypeDef, unknown>;
|
|
2276
|
+
export declare function coordinatesFromJSON(jsonString: string): SafeParseResult<Coordinates, SDKValidationError>;
|
|
2277
|
+
/** @internal */
|
|
2278
|
+
export declare const BuiltForm$inboundSchema: z.ZodType<BuiltForm, z.ZodTypeDef, unknown>;
|
|
2279
|
+
/** @internal */
|
|
490
2280
|
export declare const ConstructionAge$inboundSchema: z.ZodType<ConstructionAge, z.ZodTypeDef, unknown>;
|
|
491
2281
|
export declare function constructionAgeFromJSON(jsonString: string): SafeParseResult<ConstructionAge, SDKValidationError>;
|
|
492
2282
|
/** @internal */
|
|
493
|
-
export declare const
|
|
2283
|
+
export declare const Area$inboundSchema: z.ZodType<Area, z.ZodTypeDef, unknown>;
|
|
2284
|
+
/** @internal */
|
|
2285
|
+
export declare const GetEpcByLocationIdType$inboundSchema: z.ZodType<GetEpcByLocationIdType, z.ZodTypeDef, unknown>;
|
|
2286
|
+
/** @internal */
|
|
2287
|
+
export declare const Glazing$inboundSchema: z.ZodType<Glazing, z.ZodTypeDef, unknown>;
|
|
2288
|
+
export declare function glazingFromJSON(jsonString: string): SafeParseResult<Glazing, SDKValidationError>;
|
|
2289
|
+
/** @internal */
|
|
2290
|
+
export declare const Tenure$inboundSchema: z.ZodType<Tenure, z.ZodTypeDef, unknown>;
|
|
2291
|
+
/** @internal */
|
|
2292
|
+
export declare const DomesticDetails$inboundSchema: z.ZodType<DomesticDetails, z.ZodTypeDef, unknown>;
|
|
2293
|
+
export declare function domesticDetailsFromJSON(jsonString: string): SafeParseResult<DomesticDetails, SDKValidationError>;
|
|
2294
|
+
/** @internal */
|
|
2295
|
+
export declare const Co2Unit$inboundSchema: z.ZodType<Co2Unit, z.ZodTypeDef, unknown>;
|
|
2296
|
+
/** @internal */
|
|
2297
|
+
export declare const EnergyConsumptionUnit$inboundSchema: z.ZodType<EnergyConsumptionUnit, z.ZodTypeDef, unknown>;
|
|
2298
|
+
/** @internal */
|
|
2299
|
+
export declare const Emissions$inboundSchema: z.ZodType<Emissions, z.ZodTypeDef, unknown>;
|
|
2300
|
+
export declare function emissionsFromJSON(jsonString: string): SafeParseResult<Emissions, SDKValidationError>;
|
|
2301
|
+
/** @internal */
|
|
2302
|
+
export declare const EnergyEfficiency$inboundSchema: z.ZodType<EnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2303
|
+
/** @internal */
|
|
2304
|
+
export declare const EnvironmentalEfficiency$inboundSchema: z.ZodType<EnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2305
|
+
/** @internal */
|
|
2306
|
+
export declare const AirTightness$inboundSchema: z.ZodType<AirTightness, z.ZodTypeDef, unknown>;
|
|
2307
|
+
export declare function airTightnessFromJSON(jsonString: string): SafeParseResult<AirTightness, SDKValidationError>;
|
|
2308
|
+
/** @internal */
|
|
2309
|
+
export declare const DataQuality$inboundSchema: z.ZodType<DataQuality, z.ZodTypeDef, unknown>;
|
|
2310
|
+
/** @internal */
|
|
2311
|
+
export declare const GetEpcByLocationIdEnergyEfficiency$inboundSchema: z.ZodType<GetEpcByLocationIdEnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2312
|
+
/** @internal */
|
|
2313
|
+
export declare const GetEpcByLocationIdEnvironmentalEfficiency$inboundSchema: z.ZodType<GetEpcByLocationIdEnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2314
|
+
/** @internal */
|
|
2315
|
+
export declare const FloorType$inboundSchema: z.ZodType<FloorType, z.ZodTypeDef, unknown>;
|
|
2316
|
+
/** @internal */
|
|
2317
|
+
export declare const InsulationType$inboundSchema: z.ZodType<InsulationType, z.ZodTypeDef, unknown>;
|
|
2318
|
+
/** @internal */
|
|
2319
|
+
export declare const Floor$inboundSchema: z.ZodType<Floor, z.ZodTypeDef, unknown>;
|
|
2320
|
+
export declare function floorFromJSON(jsonString: string): SafeParseResult<Floor, SDKValidationError>;
|
|
2321
|
+
/** @internal */
|
|
2322
|
+
export declare const GetEPCByLocationIdEPCEnergyEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCEnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2323
|
+
/** @internal */
|
|
2324
|
+
export declare const GetEPCByLocationIdEPCEnvironmentalEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCEnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2325
|
+
/** @internal */
|
|
2326
|
+
export declare const HeatingControls$inboundSchema: z.ZodType<HeatingControls, z.ZodTypeDef, unknown>;
|
|
2327
|
+
export declare function heatingControlsFromJSON(jsonString: string): SafeParseResult<HeatingControls, SDKValidationError>;
|
|
2328
|
+
/** @internal */
|
|
2329
|
+
export declare const GetEPCByLocationIdEPCResponseEnergyEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponseEnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2330
|
+
/** @internal */
|
|
2331
|
+
export declare const GetEPCByLocationIdEPCResponseEnvironmentalEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponseEnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2332
|
+
/** @internal */
|
|
2333
|
+
export declare const HotWater$inboundSchema: z.ZodType<HotWater, z.ZodTypeDef, unknown>;
|
|
2334
|
+
export declare function hotWaterFromJSON(jsonString: string): SafeParseResult<HotWater, SDKValidationError>;
|
|
2335
|
+
/** @internal */
|
|
2336
|
+
export declare const GetEPCByLocationIdEPCResponse200EnergyEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200EnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2337
|
+
/** @internal */
|
|
2338
|
+
export declare const GetEPCByLocationIdEPCResponse200EnvironmentalEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200EnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2339
|
+
/** @internal */
|
|
2340
|
+
export declare const Lighting$inboundSchema: z.ZodType<Lighting, z.ZodTypeDef, unknown>;
|
|
2341
|
+
export declare function lightingFromJSON(jsonString: string): SafeParseResult<Lighting, SDKValidationError>;
|
|
2342
|
+
/** @internal */
|
|
2343
|
+
export declare const GetEpcByLocationIdDataQuality$inboundSchema: z.ZodType<GetEpcByLocationIdDataQuality, z.ZodTypeDef, unknown>;
|
|
2344
|
+
/** @internal */
|
|
2345
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONEnergyEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONEnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2346
|
+
/** @internal */
|
|
2347
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONEnvironmentalEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONEnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2348
|
+
/** @internal */
|
|
2349
|
+
export declare const Fuel$inboundSchema: z.ZodType<Fuel, z.ZodTypeDef, unknown>;
|
|
2350
|
+
/** @internal */
|
|
2351
|
+
export declare const HeatPumpType$inboundSchema: z.ZodType<HeatPumpType, z.ZodTypeDef, unknown>;
|
|
2352
|
+
/** @internal */
|
|
2353
|
+
export declare const SystemType$inboundSchema: z.ZodType<SystemType, z.ZodTypeDef, unknown>;
|
|
2354
|
+
/** @internal */
|
|
2355
|
+
export declare const MainHeating$inboundSchema: z.ZodType<MainHeating, z.ZodTypeDef, unknown>;
|
|
2356
|
+
export declare function mainHeatingFromJSON(jsonString: string): SafeParseResult<MainHeating, SDKValidationError>;
|
|
2357
|
+
/** @internal */
|
|
2358
|
+
export declare const GetEPCByLocationIdEPCDataQuality$inboundSchema: z.ZodType<GetEPCByLocationIdEPCDataQuality, z.ZodTypeDef, unknown>;
|
|
2359
|
+
/** @internal */
|
|
2360
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnergyEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2361
|
+
/** @internal */
|
|
2362
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnvironmentalEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyEnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2363
|
+
/** @internal */
|
|
2364
|
+
export declare const GetEpcByLocationIdInsulationType$inboundSchema: z.ZodType<GetEpcByLocationIdInsulationType, z.ZodTypeDef, unknown>;
|
|
2365
|
+
/** @internal */
|
|
2366
|
+
export declare const RoofType$inboundSchema: z.ZodType<RoofType, z.ZodTypeDef, unknown>;
|
|
2367
|
+
/** @internal */
|
|
2368
|
+
export declare const Roof$inboundSchema: z.ZodType<Roof, z.ZodTypeDef, unknown>;
|
|
2369
|
+
export declare function roofFromJSON(jsonString: string): SafeParseResult<Roof, SDKValidationError>;
|
|
2370
|
+
/** @internal */
|
|
2371
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnergyEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2372
|
+
/** @internal */
|
|
2373
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnvironmentalEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataEnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2374
|
+
/** @internal */
|
|
2375
|
+
export declare const SecondaryHeating$inboundSchema: z.ZodType<SecondaryHeating, z.ZodTypeDef, unknown>;
|
|
2376
|
+
export declare function secondaryHeatingFromJSON(jsonString: string): SafeParseResult<SecondaryHeating, SDKValidationError>;
|
|
2377
|
+
/** @internal */
|
|
2378
|
+
export declare const Construction$inboundSchema: z.ZodType<Construction, z.ZodTypeDef, unknown>;
|
|
2379
|
+
/** @internal */
|
|
2380
|
+
export declare const GetEPCByLocationIdEPCResponseDataQuality$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponseDataQuality, z.ZodTypeDef, unknown>;
|
|
2381
|
+
/** @internal */
|
|
2382
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnergyEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2383
|
+
/** @internal */
|
|
2384
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnvironmentalEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricEnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2385
|
+
/** @internal */
|
|
2386
|
+
export declare const GetEPCByLocationIdEPCInsulationType$inboundSchema: z.ZodType<GetEPCByLocationIdEPCInsulationType, z.ZodTypeDef, unknown>;
|
|
2387
|
+
/** @internal */
|
|
2388
|
+
export declare const Walls$inboundSchema: z.ZodType<Walls, z.ZodTypeDef, unknown>;
|
|
2389
|
+
export declare function wallsFromJSON(jsonString: string): SafeParseResult<Walls, SDKValidationError>;
|
|
2390
|
+
/** @internal */
|
|
2391
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnergyEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnergyEfficiency, z.ZodTypeDef, unknown>;
|
|
2392
|
+
/** @internal */
|
|
2393
|
+
export declare const GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnvironmentalEfficiency$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponse200ApplicationJSONResponseBodyDataFabricWindowsEnvironmentalEfficiency, z.ZodTypeDef, unknown>;
|
|
2394
|
+
/** @internal */
|
|
2395
|
+
export declare const Windows$inboundSchema: z.ZodType<Windows, z.ZodTypeDef, unknown>;
|
|
2396
|
+
export declare function windowsFromJSON(jsonString: string): SafeParseResult<Windows, SDKValidationError>;
|
|
2397
|
+
/** @internal */
|
|
2398
|
+
export declare const Fabric$inboundSchema: z.ZodType<Fabric, z.ZodTypeDef, unknown>;
|
|
2399
|
+
export declare function fabricFromJSON(jsonString: string): SafeParseResult<Fabric, SDKValidationError>;
|
|
2400
|
+
/** @internal */
|
|
2401
|
+
export declare const MeesCompliance$inboundSchema: z.ZodType<MeesCompliance, z.ZodTypeDef, unknown>;
|
|
2402
|
+
/** @internal */
|
|
2403
|
+
export declare const BuildingCategory$inboundSchema: z.ZodType<BuildingCategory, z.ZodTypeDef, unknown>;
|
|
2404
|
+
/** @internal */
|
|
2405
|
+
export declare const ElectricalUsage$inboundSchema: z.ZodType<ElectricalUsage, z.ZodTypeDef, unknown>;
|
|
2406
|
+
export declare function electricalUsageFromJSON(jsonString: string): SafeParseResult<ElectricalUsage, SDKValidationError>;
|
|
2407
|
+
/** @internal */
|
|
2408
|
+
export declare const RatingBand$inboundSchema: z.ZodType<RatingBand, z.ZodTypeDef, unknown>;
|
|
2409
|
+
/** @internal */
|
|
2410
|
+
export declare const ThermalUsage$inboundSchema: z.ZodType<ThermalUsage, z.ZodTypeDef, unknown>;
|
|
2411
|
+
export declare function thermalUsageFromJSON(jsonString: string): SafeParseResult<ThermalUsage, SDKValidationError>;
|
|
2412
|
+
/** @internal */
|
|
2413
|
+
export declare const OperationalPerformance$inboundSchema: z.ZodType<OperationalPerformance, z.ZodTypeDef, unknown>;
|
|
2414
|
+
export declare function operationalPerformanceFromJSON(jsonString: string): SafeParseResult<OperationalPerformance, SDKValidationError>;
|
|
2415
|
+
/** @internal */
|
|
2416
|
+
export declare const Band$inboundSchema: z.ZodType<Band, z.ZodTypeDef, unknown>;
|
|
2417
|
+
/** @internal */
|
|
2418
|
+
export declare const ScoreType$inboundSchema: z.ZodType<ScoreType, z.ZodTypeDef, unknown>;
|
|
2419
|
+
/** @internal */
|
|
2420
|
+
export declare const Current$inboundSchema: z.ZodType<Current, z.ZodTypeDef, unknown>;
|
|
2421
|
+
export declare function currentFromJSON(jsonString: string): SafeParseResult<Current, SDKValidationError>;
|
|
2422
|
+
/** @internal */
|
|
2423
|
+
export declare const GetEpcByLocationIdBand$inboundSchema: z.ZodType<GetEpcByLocationIdBand, z.ZodTypeDef, unknown>;
|
|
2424
|
+
/** @internal */
|
|
2425
|
+
export declare const GetEpcByLocationIdScoreType$inboundSchema: z.ZodType<GetEpcByLocationIdScoreType, z.ZodTypeDef, unknown>;
|
|
2426
|
+
/** @internal */
|
|
2427
|
+
export declare const Potential$inboundSchema: z.ZodType<Potential, z.ZodTypeDef, unknown>;
|
|
2428
|
+
export declare function potentialFromJSON(jsonString: string): SafeParseResult<Potential, SDKValidationError>;
|
|
2429
|
+
/** @internal */
|
|
2430
|
+
export declare const Rating$inboundSchema: z.ZodType<Rating, z.ZodTypeDef, unknown>;
|
|
2431
|
+
export declare function ratingFromJSON(jsonString: string): SafeParseResult<Rating, SDKValidationError>;
|
|
2432
|
+
/** @internal */
|
|
2433
|
+
export declare const GetEpcByLocationIdCategory$inboundSchema: z.ZodType<GetEpcByLocationIdCategory, z.ZodTypeDef, unknown>;
|
|
2434
|
+
/** @internal */
|
|
2435
|
+
export declare const Co2Impact$inboundSchema: z.ZodType<Co2Impact, z.ZodTypeDef, unknown>;
|
|
2436
|
+
/** @internal */
|
|
2437
|
+
export declare const Currency$inboundSchema: z.ZodNativeEnum<typeof Currency>;
|
|
2438
|
+
/** @internal */
|
|
2439
|
+
export declare const Cost$inboundSchema: z.ZodType<Cost, z.ZodTypeDef, unknown>;
|
|
2440
|
+
export declare function costFromJSON(jsonString: string): SafeParseResult<Cost, SDKValidationError>;
|
|
2441
|
+
/** @internal */
|
|
2442
|
+
export declare const Measure$inboundSchema: z.ZodType<Measure, z.ZodTypeDef, unknown>;
|
|
2443
|
+
/** @internal */
|
|
2444
|
+
export declare const PaybackType$inboundSchema: z.ZodType<PaybackType, z.ZodTypeDef, unknown>;
|
|
2445
|
+
/** @internal */
|
|
2446
|
+
export declare const ProjectedRating$inboundSchema: z.ZodType<ProjectedRating, z.ZodTypeDef, unknown>;
|
|
2447
|
+
export declare function projectedRatingFromJSON(jsonString: string): SafeParseResult<ProjectedRating, SDKValidationError>;
|
|
2448
|
+
/** @internal */
|
|
2449
|
+
export declare const GetEpcByLocationIdCurrency$inboundSchema: z.ZodNativeEnum<typeof GetEpcByLocationIdCurrency>;
|
|
2450
|
+
/** @internal */
|
|
2451
|
+
export declare const Saving$inboundSchema: z.ZodType<Saving, z.ZodTypeDef, unknown>;
|
|
2452
|
+
export declare function savingFromJSON(jsonString: string): SafeParseResult<Saving, SDKValidationError>;
|
|
2453
|
+
/** @internal */
|
|
2454
|
+
export declare const Recommendations$inboundSchema: z.ZodType<Recommendations, z.ZodTypeDef, unknown>;
|
|
2455
|
+
export declare function recommendationsFromJSON(jsonString: string): SafeParseResult<Recommendations, SDKValidationError>;
|
|
2456
|
+
/** @internal */
|
|
2457
|
+
export declare const Heating$inboundSchema: z.ZodType<Heating, z.ZodTypeDef, unknown>;
|
|
2458
|
+
export declare function heatingFromJSON(jsonString: string): SafeParseResult<Heating, SDKValidationError>;
|
|
2459
|
+
/** @internal */
|
|
2460
|
+
export declare const GetEpcByLocationIdHotWater$inboundSchema: z.ZodType<GetEpcByLocationIdHotWater, z.ZodTypeDef, unknown>;
|
|
2461
|
+
export declare function getEpcByLocationIdHotWaterFromJSON(jsonString: string): SafeParseResult<GetEpcByLocationIdHotWater, SDKValidationError>;
|
|
2462
|
+
/** @internal */
|
|
2463
|
+
export declare const GetEpcByLocationIdLighting$inboundSchema: z.ZodType<GetEpcByLocationIdLighting, z.ZodTypeDef, unknown>;
|
|
2464
|
+
export declare function getEpcByLocationIdLightingFromJSON(jsonString: string): SafeParseResult<GetEpcByLocationIdLighting, SDKValidationError>;
|
|
2465
|
+
/** @internal */
|
|
2466
|
+
export declare const RunningCosts$inboundSchema: z.ZodType<RunningCosts, z.ZodTypeDef, unknown>;
|
|
2467
|
+
export declare function runningCostsFromJSON(jsonString: string): SafeParseResult<RunningCosts, SDKValidationError>;
|
|
2468
|
+
/** @internal */
|
|
2469
|
+
export declare const CurrentBand$inboundSchema: z.ZodType<CurrentBand, z.ZodTypeDef, unknown>;
|
|
2470
|
+
/** @internal */
|
|
2471
|
+
export declare const PotentialBand$inboundSchema: z.ZodType<PotentialBand, z.ZodTypeDef, unknown>;
|
|
2472
|
+
/** @internal */
|
|
2473
|
+
export declare const ScotlandNativeRating$inboundSchema: z.ZodType<ScotlandNativeRating, z.ZodTypeDef, unknown>;
|
|
2474
|
+
export declare function scotlandNativeRatingFromJSON(jsonString: string): SafeParseResult<ScotlandNativeRating, SDKValidationError>;
|
|
2475
|
+
/** @internal */
|
|
2476
|
+
export declare const Source$inboundSchema: z.ZodType<Source, z.ZodTypeDef, unknown>;
|
|
2477
|
+
/** @internal */
|
|
2478
|
+
export declare const InspectionStatus$inboundSchema: z.ZodType<InspectionStatus, z.ZodTypeDef, unknown>;
|
|
2479
|
+
/** @internal */
|
|
2480
|
+
export declare const AirConditioning$inboundSchema: z.ZodType<AirConditioning, z.ZodTypeDef, unknown>;
|
|
2481
|
+
export declare function airConditioningFromJSON(jsonString: string): SafeParseResult<AirConditioning, SDKValidationError>;
|
|
2482
|
+
/** @internal */
|
|
2483
|
+
export declare const EnergyTariff$inboundSchema: z.ZodType<EnergyTariff, z.ZodTypeDef, unknown>;
|
|
2484
|
+
/** @internal */
|
|
2485
|
+
export declare const HeatLossCorridor$inboundSchema: z.ZodType<HeatLossCorridor, z.ZodTypeDef, unknown>;
|
|
2486
|
+
/** @internal */
|
|
2487
|
+
export declare const MainFuel$inboundSchema: z.ZodType<MainFuel, z.ZodTypeDef, unknown>;
|
|
2488
|
+
/** @internal */
|
|
2489
|
+
export declare const Photovoltaic$inboundSchema: z.ZodType<Photovoltaic, z.ZodTypeDef, unknown>;
|
|
2490
|
+
export declare function photovoltaicFromJSON(jsonString: string): SafeParseResult<Photovoltaic, SDKValidationError>;
|
|
2491
|
+
/** @internal */
|
|
2492
|
+
export declare const Renewables$inboundSchema: z.ZodType<Renewables, z.ZodTypeDef, unknown>;
|
|
2493
|
+
export declare function renewablesFromJSON(jsonString: string): SafeParseResult<Renewables, SDKValidationError>;
|
|
494
2494
|
/** @internal */
|
|
495
|
-
export declare const
|
|
496
|
-
export declare function getEpcByLocationIdGeoJSONPointFromJSON(jsonString: string): SafeParseResult<GetEpcByLocationIdGeoJSONPoint, SDKValidationError>;
|
|
2495
|
+
export declare const Ventilation$inboundSchema: z.ZodType<Ventilation, z.ZodTypeDef, unknown>;
|
|
497
2496
|
/** @internal */
|
|
498
|
-
export declare const
|
|
499
|
-
export declare function
|
|
2497
|
+
export declare const Systems$inboundSchema: z.ZodType<Systems, z.ZodTypeDef, unknown>;
|
|
2498
|
+
export declare function systemsFromJSON(jsonString: string): SafeParseResult<Systems, SDKValidationError>;
|
|
500
2499
|
/** @internal */
|
|
501
|
-
export declare const
|
|
502
|
-
export declare function rawAddressFromJSON(jsonString: string): SafeParseResult<RawAddress, SDKValidationError>;
|
|
2500
|
+
export declare const TransactionType$inboundSchema: z.ZodType<TransactionType, z.ZodTypeDef, unknown>;
|
|
503
2501
|
/** @internal */
|
|
504
2502
|
export declare const Data$inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown>;
|
|
505
2503
|
export declare function dataFromJSON(jsonString: string): SafeParseResult<Data, SDKValidationError>;
|