@vepler/sdk 2.12.0 → 2.18.12
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 +19 -14
- package/dist/commonjs/funcs/epcGetByLocationId.d.ts +17 -0
- package/dist/commonjs/funcs/epcGetByLocationId.d.ts.map +1 -0
- package/dist/commonjs/funcs/epcGetByLocationId.js +124 -0
- package/dist/commonjs/funcs/epcGetByLocationId.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +4 -4
- package/dist/commonjs/lib/config.js +4 -4
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/sdk/epc.d.ts +12 -0
- package/dist/commonjs/sdk/epc.d.ts.map +1 -0
- package/dist/commonjs/sdk/epc.js +22 -0
- package/dist/commonjs/sdk/epc.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getepcbylocationid.d.ts +562 -0
- package/dist/commonjs/sdk/models/operations/getepcbylocationid.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getepcbylocationid.js +276 -0
- package/dist/commonjs/sdk/models/operations/getepcbylocationid.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getlistingbyid.d.ts +2 -2
- package/dist/commonjs/sdk/models/operations/getlistingbyid.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getlistingsbylocation.d.ts +2 -2
- package/dist/commonjs/sdk/models/operations/getlistingsbylocation.d.ts.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/index.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/index.js +1 -0
- package/dist/commonjs/sdk/models/operations/index.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/querylistings.d.ts +2 -2
- package/dist/commonjs/sdk/models/operations/querylistings.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/querylistingsbysource.d.ts +2 -2
- package/dist/commonjs/sdk/models/operations/querylistingsbysource.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/resolveaddress.d.ts +39 -4
- package/dist/commonjs/sdk/models/operations/resolveaddress.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/resolveaddress.js +23 -2
- package/dist/commonjs/sdk/models/operations/resolveaddress.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts +1 -1
- package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/streetdescriptor.d.ts +1 -1
- package/dist/commonjs/sdk/models/shared/streetdescriptor.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.d.ts +3 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +4 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/esm/funcs/epcGetByLocationId.d.ts +17 -0
- package/dist/esm/funcs/epcGetByLocationId.d.ts.map +1 -0
- package/dist/esm/funcs/epcGetByLocationId.js +88 -0
- package/dist/esm/funcs/epcGetByLocationId.js.map +1 -0
- package/dist/esm/lib/config.d.ts +4 -4
- package/dist/esm/lib/config.js +4 -4
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/sdk/epc.d.ts +12 -0
- package/dist/esm/sdk/epc.d.ts.map +1 -0
- package/dist/esm/sdk/epc.js +18 -0
- package/dist/esm/sdk/epc.js.map +1 -0
- package/dist/esm/sdk/models/operations/getepcbylocationid.d.ts +562 -0
- package/dist/esm/sdk/models/operations/getepcbylocationid.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getepcbylocationid.js +229 -0
- package/dist/esm/sdk/models/operations/getepcbylocationid.js.map +1 -0
- package/dist/esm/sdk/models/operations/getlistingbyid.d.ts +2 -2
- package/dist/esm/sdk/models/operations/getlistingbyid.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getlistingsbylocation.d.ts +2 -2
- package/dist/esm/sdk/models/operations/getlistingsbylocation.d.ts.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/index.d.ts +1 -0
- package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/index.js +1 -0
- package/dist/esm/sdk/models/operations/index.js.map +1 -1
- package/dist/esm/sdk/models/operations/querylistings.d.ts +2 -2
- package/dist/esm/sdk/models/operations/querylistings.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/querylistingsbysource.d.ts +2 -2
- package/dist/esm/sdk/models/operations/querylistingsbysource.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/resolveaddress.d.ts +39 -4
- package/dist/esm/sdk/models/operations/resolveaddress.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/resolveaddress.js +22 -1
- package/dist/esm/sdk/models/operations/resolveaddress.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyaddress.d.ts +1 -1
- package/dist/esm/sdk/models/shared/propertyaddress.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/streetdescriptor.d.ts +1 -1
- package/dist/esm/sdk/models/shared/streetdescriptor.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.d.ts +3 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +4 -0
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/epcGetByLocationId.ts +172 -0
- package/src/lib/config.ts +4 -4
- package/src/sdk/epc.ts +27 -0
- package/src/sdk/models/operations/getepcbylocationid.ts +895 -0
- package/src/sdk/models/operations/getlistingbyid.ts +2 -2
- package/src/sdk/models/operations/getlistingsbylocation.ts +2 -2
- package/src/sdk/models/operations/getnearestpoi.ts +9 -9
- package/src/sdk/models/operations/index.ts +1 -0
- package/src/sdk/models/operations/querylistings.ts +2 -2
- package/src/sdk/models/operations/querylistingsbysource.ts +2 -2
- package/src/sdk/models/operations/resolveaddress.ts +50 -5
- package/src/sdk/models/shared/propertyaddress.ts +1 -1
- package/src/sdk/models/shared/streetdescriptor.ts +1 -1
- package/src/sdk/sdk.ts +6 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB;;OAEG;IACH,wBAAwB;CAChB,CAAC;AA0BX,MAAM,UAAU,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB;;OAEG;IACH,wBAAwB;CAChB,CAAC;AA0BX,MAAM,UAAU,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,SAAS;IAC5B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,SAAS;IACrB,SAAS,EAAE,4DAA4D;CAC/D,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
+
import * as operations from "./models/operations/index.js";
|
|
3
|
+
export declare class Epc extends ClientSDK {
|
|
4
|
+
/**
|
|
5
|
+
* Get EPC records by location ID
|
|
6
|
+
*
|
|
7
|
+
* @remarks
|
|
8
|
+
* Retrieve all Energy Performance Certificate (EPC) records for a specific location, ordered by lodgement date (newest first). Returns an empty array if no records are found.
|
|
9
|
+
*/
|
|
10
|
+
getByLocationId(request: operations.GetEpcByLocationIdRequest, options?: RequestOptions): Promise<operations.GetEpcByLocationIdResponse>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=epc.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"epc.d.ts","sourceRoot":"","sources":["../../../src/sdk/epc.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAG3D,qBAAa,GAAI,SAAQ,SAAS;IAChC;;;;;OAKG;IACG,eAAe,CACnB,OAAO,EAAE,UAAU,CAAC,yBAAyB,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;CAOlD"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { epcGetByLocationId } from "../funcs/epcGetByLocationId.js";
|
|
5
|
+
import { ClientSDK } from "../lib/sdks.js";
|
|
6
|
+
import { unwrapAsync } from "./types/fp.js";
|
|
7
|
+
export class Epc extends ClientSDK {
|
|
8
|
+
/**
|
|
9
|
+
* Get EPC records by location ID
|
|
10
|
+
*
|
|
11
|
+
* @remarks
|
|
12
|
+
* Retrieve all Energy Performance Certificate (EPC) records for a specific location, ordered by lodgement date (newest first). Returns an empty array if no records are found.
|
|
13
|
+
*/
|
|
14
|
+
async getByLocationId(request, options) {
|
|
15
|
+
return unwrapAsync(epcGetByLocationId(this, request, options));
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=epc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"epc.js","sourceRoot":"","sources":["../../../src/sdk/epc.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,OAAO,GAAI,SAAQ,SAAS;IAChC;;;;;OAKG;IACH,KAAK,CAAC,eAAe,CACnB,OAA6C,EAC7C,OAAwB;QAExB,OAAO,WAAW,CAAC,kBAAkB,CACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -0,0 +1,562 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
export type GetEpcByLocationIdRequest = {
|
|
6
|
+
/**
|
|
7
|
+
* Maximum records to return (default: 100, max: 1000)
|
|
8
|
+
*/
|
|
9
|
+
limit?: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* Unique location identifier (UPRN)
|
|
12
|
+
*/
|
|
13
|
+
locationId: string;
|
|
14
|
+
/**
|
|
15
|
+
* Pagination offset (default: 0)
|
|
16
|
+
*/
|
|
17
|
+
offset?: string | undefined;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Error type category
|
|
21
|
+
*/
|
|
22
|
+
export declare const GetEPCByLocationIdEPCType: {
|
|
23
|
+
readonly ApiError: "api_error";
|
|
24
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
25
|
+
readonly AuthenticationError: "authentication_error";
|
|
26
|
+
readonly RateLimitError: "rate_limit_error";
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Error type category
|
|
30
|
+
*/
|
|
31
|
+
export type GetEPCByLocationIdEPCType = ClosedEnum<typeof GetEPCByLocationIdEPCType>;
|
|
32
|
+
export type GetEPCByLocationIdEPCError = {
|
|
33
|
+
/**
|
|
34
|
+
* Machine-readable error code
|
|
35
|
+
*/
|
|
36
|
+
code?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* URL to relevant documentation
|
|
39
|
+
*/
|
|
40
|
+
docUrl?: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* Human-readable error message
|
|
43
|
+
*/
|
|
44
|
+
message: string;
|
|
45
|
+
/**
|
|
46
|
+
* Parameter that caused the error
|
|
47
|
+
*/
|
|
48
|
+
param?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* Error type category
|
|
51
|
+
*/
|
|
52
|
+
type: GetEPCByLocationIdEPCType;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Error response
|
|
56
|
+
*/
|
|
57
|
+
export type GetEPCByLocationIdEPCResponseResponseBody = {
|
|
58
|
+
error: GetEPCByLocationIdEPCError;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Error type category
|
|
62
|
+
*/
|
|
63
|
+
export declare const GetEpcByLocationIdType: {
|
|
64
|
+
readonly ApiError: "api_error";
|
|
65
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
66
|
+
readonly AuthenticationError: "authentication_error";
|
|
67
|
+
readonly RateLimitError: "rate_limit_error";
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Error type category
|
|
71
|
+
*/
|
|
72
|
+
export type GetEpcByLocationIdType = ClosedEnum<typeof GetEpcByLocationIdType>;
|
|
73
|
+
export type GetEpcByLocationIdError = {
|
|
74
|
+
/**
|
|
75
|
+
* Machine-readable error code
|
|
76
|
+
*/
|
|
77
|
+
code?: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* URL to relevant documentation
|
|
80
|
+
*/
|
|
81
|
+
docUrl?: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* Human-readable error message
|
|
84
|
+
*/
|
|
85
|
+
message: string;
|
|
86
|
+
/**
|
|
87
|
+
* Parameter that caused the error
|
|
88
|
+
*/
|
|
89
|
+
param?: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Error type category
|
|
92
|
+
*/
|
|
93
|
+
type: GetEpcByLocationIdType;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Error response
|
|
97
|
+
*/
|
|
98
|
+
export type GetEPCByLocationIdEPCResponseBody = {
|
|
99
|
+
error: GetEpcByLocationIdError;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Property construction age information
|
|
103
|
+
*/
|
|
104
|
+
export type ConstructionAge = {
|
|
105
|
+
band?: string | undefined;
|
|
106
|
+
description?: string | undefined;
|
|
107
|
+
yearFrom?: number | undefined;
|
|
108
|
+
yearTo?: number | undefined;
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* Location attributes
|
|
112
|
+
*/
|
|
113
|
+
export type Location = {
|
|
114
|
+
latitude?: number | undefined;
|
|
115
|
+
longitude?: number | undefined;
|
|
116
|
+
postcode?: string | undefined;
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Raw address attributes from EPC data
|
|
120
|
+
*/
|
|
121
|
+
export type RawAddress = {
|
|
122
|
+
address1?: string | undefined;
|
|
123
|
+
address2?: string | null | undefined;
|
|
124
|
+
address3?: string | null | undefined;
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* EPC (Energy Performance Certificate) record
|
|
128
|
+
*/
|
|
129
|
+
export type GetEpcByLocationIdResult = {
|
|
130
|
+
/**
|
|
131
|
+
* Building reference number
|
|
132
|
+
*/
|
|
133
|
+
buildingReferenceNumber: string | null;
|
|
134
|
+
/**
|
|
135
|
+
* Built form (e.g., Detached, Semi-Detached)
|
|
136
|
+
*/
|
|
137
|
+
builtForm: string | null;
|
|
138
|
+
/**
|
|
139
|
+
* Current CO2 per floor area
|
|
140
|
+
*/
|
|
141
|
+
co2EmissCurrPerFloorArea: number | null;
|
|
142
|
+
/**
|
|
143
|
+
* Current CO2 emissions (tonnes/year)
|
|
144
|
+
*/
|
|
145
|
+
co2EmissionsCurrent: number | null;
|
|
146
|
+
/**
|
|
147
|
+
* Potential CO2 emissions (tonnes/year)
|
|
148
|
+
*/
|
|
149
|
+
co2EmissionsPotential: number | null;
|
|
150
|
+
/**
|
|
151
|
+
* Constituency code
|
|
152
|
+
*/
|
|
153
|
+
constituency: string | null;
|
|
154
|
+
/**
|
|
155
|
+
* Constituency name
|
|
156
|
+
*/
|
|
157
|
+
constituencyLabel: string | null;
|
|
158
|
+
/**
|
|
159
|
+
* Property construction age information
|
|
160
|
+
*/
|
|
161
|
+
constructionAge?: ConstructionAge | null | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* Geographic coordinates
|
|
164
|
+
*/
|
|
165
|
+
coordinates?: any | null | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* County
|
|
168
|
+
*/
|
|
169
|
+
county: string | null;
|
|
170
|
+
/**
|
|
171
|
+
* Record creation timestamp
|
|
172
|
+
*/
|
|
173
|
+
createdAt: string;
|
|
174
|
+
/**
|
|
175
|
+
* Current energy efficiency score (1-100)
|
|
176
|
+
*/
|
|
177
|
+
currentEnergyEfficiency: number | null;
|
|
178
|
+
/**
|
|
179
|
+
* Current energy rating (A-G)
|
|
180
|
+
*/
|
|
181
|
+
currentEnergyRating: string | null;
|
|
182
|
+
/**
|
|
183
|
+
* Formatted display address
|
|
184
|
+
*/
|
|
185
|
+
displayAddress: string | null;
|
|
186
|
+
/**
|
|
187
|
+
* Current energy consumption (kWh/year)
|
|
188
|
+
*/
|
|
189
|
+
energyConsumptionCurrent: number | null;
|
|
190
|
+
/**
|
|
191
|
+
* Potential energy consumption (kWh/year)
|
|
192
|
+
*/
|
|
193
|
+
energyConsumptionPotential: number | null;
|
|
194
|
+
/**
|
|
195
|
+
* Energy tariff
|
|
196
|
+
*/
|
|
197
|
+
energyTariff: string | null;
|
|
198
|
+
/**
|
|
199
|
+
* Current environmental impact rating
|
|
200
|
+
*/
|
|
201
|
+
environmentImpactCurrent: number | null;
|
|
202
|
+
/**
|
|
203
|
+
* Potential environmental impact rating
|
|
204
|
+
*/
|
|
205
|
+
environmentImpactPotential: number | null;
|
|
206
|
+
/**
|
|
207
|
+
* Number of extensions
|
|
208
|
+
*/
|
|
209
|
+
extensionCount: number | null;
|
|
210
|
+
/**
|
|
211
|
+
* Number of storeys in flat
|
|
212
|
+
*/
|
|
213
|
+
flatStoreyCount: string | null;
|
|
214
|
+
/**
|
|
215
|
+
* Whether flat is on top storey
|
|
216
|
+
*/
|
|
217
|
+
flatTopStorey: string | null;
|
|
218
|
+
/**
|
|
219
|
+
* Floor description
|
|
220
|
+
*/
|
|
221
|
+
floorDescription: string | null;
|
|
222
|
+
/**
|
|
223
|
+
* Floor energy efficiency
|
|
224
|
+
*/
|
|
225
|
+
floorEnergyEff: string | null;
|
|
226
|
+
/**
|
|
227
|
+
* Floor environmental efficiency
|
|
228
|
+
*/
|
|
229
|
+
floorEnvEff: string | null;
|
|
230
|
+
/**
|
|
231
|
+
* Floor height
|
|
232
|
+
*/
|
|
233
|
+
floorHeight: number | null;
|
|
234
|
+
/**
|
|
235
|
+
* Floor level
|
|
236
|
+
*/
|
|
237
|
+
floorLevel: string | null;
|
|
238
|
+
/**
|
|
239
|
+
* Glazed area
|
|
240
|
+
*/
|
|
241
|
+
glazedArea: string | null;
|
|
242
|
+
/**
|
|
243
|
+
* Glazed type
|
|
244
|
+
*/
|
|
245
|
+
glazedType: string | null;
|
|
246
|
+
/**
|
|
247
|
+
* Heat loss corridor
|
|
248
|
+
*/
|
|
249
|
+
heatLossCorridoor: string | null;
|
|
250
|
+
/**
|
|
251
|
+
* Current annual heating cost (£)
|
|
252
|
+
*/
|
|
253
|
+
heatingCostCurrent: number | null;
|
|
254
|
+
/**
|
|
255
|
+
* Potential annual heating cost (£)
|
|
256
|
+
*/
|
|
257
|
+
heatingCostPotential: number | null;
|
|
258
|
+
/**
|
|
259
|
+
* Current annual hot water cost (£)
|
|
260
|
+
*/
|
|
261
|
+
hotWaterCostCurrent: number | null;
|
|
262
|
+
/**
|
|
263
|
+
* Potential annual hot water cost (£)
|
|
264
|
+
*/
|
|
265
|
+
hotWaterCostPotential: number | null;
|
|
266
|
+
/**
|
|
267
|
+
* Hot water energy efficiency
|
|
268
|
+
*/
|
|
269
|
+
hotWaterEnergyEff: string | null;
|
|
270
|
+
/**
|
|
271
|
+
* Hot water environmental efficiency
|
|
272
|
+
*/
|
|
273
|
+
hotWaterEnvEff: string | null;
|
|
274
|
+
/**
|
|
275
|
+
* Hot water description
|
|
276
|
+
*/
|
|
277
|
+
hotwaterDescription: string | null;
|
|
278
|
+
/**
|
|
279
|
+
* Internal record ID
|
|
280
|
+
*/
|
|
281
|
+
id: number;
|
|
282
|
+
/**
|
|
283
|
+
* Date of EPC inspection
|
|
284
|
+
*/
|
|
285
|
+
inspectionDate: string | null;
|
|
286
|
+
/**
|
|
287
|
+
* EPC inspection reference
|
|
288
|
+
*/
|
|
289
|
+
inspectionId: string;
|
|
290
|
+
/**
|
|
291
|
+
* Current annual lighting cost (£)
|
|
292
|
+
*/
|
|
293
|
+
lightingCostCurrent: number | null;
|
|
294
|
+
/**
|
|
295
|
+
* Potential annual lighting cost (£)
|
|
296
|
+
*/
|
|
297
|
+
lightingCostPotential: number | null;
|
|
298
|
+
/**
|
|
299
|
+
* Lighting description
|
|
300
|
+
*/
|
|
301
|
+
lightingDescription: string | null;
|
|
302
|
+
/**
|
|
303
|
+
* Lighting energy efficiency
|
|
304
|
+
*/
|
|
305
|
+
lightingEnergyEff: string | null;
|
|
306
|
+
/**
|
|
307
|
+
* Lighting environmental efficiency
|
|
308
|
+
*/
|
|
309
|
+
lightingEnvEff: string | null;
|
|
310
|
+
/**
|
|
311
|
+
* Local authority code
|
|
312
|
+
*/
|
|
313
|
+
localAuthority: string | null;
|
|
314
|
+
/**
|
|
315
|
+
* Local authority name
|
|
316
|
+
*/
|
|
317
|
+
localAuthorityLabel: string | null;
|
|
318
|
+
/**
|
|
319
|
+
* Location attributes
|
|
320
|
+
*/
|
|
321
|
+
location: Location;
|
|
322
|
+
/**
|
|
323
|
+
* Location identifier (UPRN)
|
|
324
|
+
*/
|
|
325
|
+
locationId: number | null;
|
|
326
|
+
/**
|
|
327
|
+
* Date EPC was lodged
|
|
328
|
+
*/
|
|
329
|
+
lodgementDate: string | null;
|
|
330
|
+
/**
|
|
331
|
+
* Percentage of low energy lighting
|
|
332
|
+
*/
|
|
333
|
+
lowEnergyLighting: number | null;
|
|
334
|
+
/**
|
|
335
|
+
* Main fuel type
|
|
336
|
+
*/
|
|
337
|
+
mainFuel: string | null;
|
|
338
|
+
/**
|
|
339
|
+
* Main heating controls
|
|
340
|
+
*/
|
|
341
|
+
mainHeatingControls: string | null;
|
|
342
|
+
/**
|
|
343
|
+
* Main heating description
|
|
344
|
+
*/
|
|
345
|
+
mainheatDescription: string | null;
|
|
346
|
+
/**
|
|
347
|
+
* Main heating energy efficiency
|
|
348
|
+
*/
|
|
349
|
+
mainheatEnergyEff: string | null;
|
|
350
|
+
/**
|
|
351
|
+
* Main heating environmental efficiency
|
|
352
|
+
*/
|
|
353
|
+
mainheatEnvEff: string | null;
|
|
354
|
+
/**
|
|
355
|
+
* Heating controls energy efficiency
|
|
356
|
+
*/
|
|
357
|
+
mainheatcEnergyEff: string | null;
|
|
358
|
+
/**
|
|
359
|
+
* Heating controls environmental efficiency
|
|
360
|
+
*/
|
|
361
|
+
mainheatcEnvEff: string | null;
|
|
362
|
+
/**
|
|
363
|
+
* Heating controls description
|
|
364
|
+
*/
|
|
365
|
+
mainheatcontDescription: string | null;
|
|
366
|
+
/**
|
|
367
|
+
* Mains gas availability
|
|
368
|
+
*/
|
|
369
|
+
mainsGasFlag: string | null;
|
|
370
|
+
/**
|
|
371
|
+
* Mechanical ventilation type
|
|
372
|
+
*/
|
|
373
|
+
mechanicalVentilation: string | null;
|
|
374
|
+
/**
|
|
375
|
+
* Proportion of multi-glazing (%)
|
|
376
|
+
*/
|
|
377
|
+
multiGlazeProportion: number | null;
|
|
378
|
+
/**
|
|
379
|
+
* Number of habitable rooms
|
|
380
|
+
*/
|
|
381
|
+
numberHabitableRooms: number | null;
|
|
382
|
+
/**
|
|
383
|
+
* Number of heated rooms
|
|
384
|
+
*/
|
|
385
|
+
numberHeatedRooms: number | null;
|
|
386
|
+
/**
|
|
387
|
+
* Number of open fireplaces
|
|
388
|
+
*/
|
|
389
|
+
numberOpenFireplaces: number | null;
|
|
390
|
+
/**
|
|
391
|
+
* Photo supply
|
|
392
|
+
*/
|
|
393
|
+
photoSupply: string | null;
|
|
394
|
+
/**
|
|
395
|
+
* Postcode without spaces
|
|
396
|
+
*/
|
|
397
|
+
postcodeNoSpace: string;
|
|
398
|
+
/**
|
|
399
|
+
* Potential energy efficiency score (1-100)
|
|
400
|
+
*/
|
|
401
|
+
potentialEnergyEfficiency: number | null;
|
|
402
|
+
/**
|
|
403
|
+
* Potential energy rating (A-G)
|
|
404
|
+
*/
|
|
405
|
+
potentialEnergyRating: string | null;
|
|
406
|
+
/**
|
|
407
|
+
* Property type (e.g., House, Flat)
|
|
408
|
+
*/
|
|
409
|
+
propertyType: string | null;
|
|
410
|
+
/**
|
|
411
|
+
* Raw address attributes from EPC data
|
|
412
|
+
*/
|
|
413
|
+
rawAddress: RawAddress;
|
|
414
|
+
/**
|
|
415
|
+
* Roof description
|
|
416
|
+
*/
|
|
417
|
+
roofDescription: string | null;
|
|
418
|
+
/**
|
|
419
|
+
* Roof energy efficiency
|
|
420
|
+
*/
|
|
421
|
+
roofEnergyEff: string | null;
|
|
422
|
+
/**
|
|
423
|
+
* Roof environmental efficiency
|
|
424
|
+
*/
|
|
425
|
+
roofEnvEff: string | null;
|
|
426
|
+
/**
|
|
427
|
+
* Secondary heating description
|
|
428
|
+
*/
|
|
429
|
+
secondheatDescription: string | null;
|
|
430
|
+
/**
|
|
431
|
+
* Secondary heating energy efficiency
|
|
432
|
+
*/
|
|
433
|
+
sheatingEnergyEff: string | null;
|
|
434
|
+
/**
|
|
435
|
+
* Secondary heating environmental efficiency
|
|
436
|
+
*/
|
|
437
|
+
sheatingEnvEff: string | null;
|
|
438
|
+
/**
|
|
439
|
+
* Solar water heating flag
|
|
440
|
+
*/
|
|
441
|
+
solarWaterHeatingFlag: string | null;
|
|
442
|
+
/**
|
|
443
|
+
* Data source identifier
|
|
444
|
+
*/
|
|
445
|
+
source: string;
|
|
446
|
+
/**
|
|
447
|
+
* Tenure type (e.g., Owner-occupied)
|
|
448
|
+
*/
|
|
449
|
+
tenure: string | null;
|
|
450
|
+
/**
|
|
451
|
+
* Total floor area in sq m
|
|
452
|
+
*/
|
|
453
|
+
totalFloorArea: number | null;
|
|
454
|
+
/**
|
|
455
|
+
* Transaction type (e.g., marketed sale)
|
|
456
|
+
*/
|
|
457
|
+
transactionType: string | null;
|
|
458
|
+
/**
|
|
459
|
+
* Unheated corridor length
|
|
460
|
+
*/
|
|
461
|
+
unheatedCorridorLength: number | null;
|
|
462
|
+
/**
|
|
463
|
+
* Record last update timestamp
|
|
464
|
+
*/
|
|
465
|
+
updatedAt: string;
|
|
466
|
+
/**
|
|
467
|
+
* Walls description
|
|
468
|
+
*/
|
|
469
|
+
wallsDescription: string | null;
|
|
470
|
+
/**
|
|
471
|
+
* Walls energy efficiency
|
|
472
|
+
*/
|
|
473
|
+
wallsEnergyEff: string | null;
|
|
474
|
+
/**
|
|
475
|
+
* Walls environmental efficiency
|
|
476
|
+
*/
|
|
477
|
+
wallsEnvEff: string | null;
|
|
478
|
+
/**
|
|
479
|
+
* Number of wind turbines
|
|
480
|
+
*/
|
|
481
|
+
windTurbineCount: number | null;
|
|
482
|
+
/**
|
|
483
|
+
* Windows description
|
|
484
|
+
*/
|
|
485
|
+
windowsDescription: string | null;
|
|
486
|
+
/**
|
|
487
|
+
* Windows energy efficiency
|
|
488
|
+
*/
|
|
489
|
+
windowsEnergyEff: string | null;
|
|
490
|
+
/**
|
|
491
|
+
* Windows environmental efficiency
|
|
492
|
+
*/
|
|
493
|
+
windowsEnvEff: string | null;
|
|
494
|
+
};
|
|
495
|
+
/**
|
|
496
|
+
* EPC records retrieved successfully
|
|
497
|
+
*/
|
|
498
|
+
export type GetEpcByLocationIdResponseBody = {
|
|
499
|
+
/**
|
|
500
|
+
* Whether more records are available
|
|
501
|
+
*/
|
|
502
|
+
hasMore: boolean;
|
|
503
|
+
/**
|
|
504
|
+
* Offset for next page of results
|
|
505
|
+
*/
|
|
506
|
+
nextOffset?: number | undefined;
|
|
507
|
+
result: Array<GetEpcByLocationIdResult>;
|
|
508
|
+
/**
|
|
509
|
+
* Number of records in this response
|
|
510
|
+
*/
|
|
511
|
+
size: number;
|
|
512
|
+
success: boolean;
|
|
513
|
+
/**
|
|
514
|
+
* Total number of EPC records for this location
|
|
515
|
+
*/
|
|
516
|
+
totalSize: number;
|
|
517
|
+
};
|
|
518
|
+
export type GetEpcByLocationIdResponse = GetEpcByLocationIdResponseBody | GetEPCByLocationIdEPCResponseBody | GetEPCByLocationIdEPCResponseResponseBody;
|
|
519
|
+
/** @internal */
|
|
520
|
+
export type GetEpcByLocationIdRequest$Outbound = {
|
|
521
|
+
limit?: string | undefined;
|
|
522
|
+
locationId: string;
|
|
523
|
+
offset?: string | undefined;
|
|
524
|
+
};
|
|
525
|
+
/** @internal */
|
|
526
|
+
export declare const GetEpcByLocationIdRequest$outboundSchema: z.ZodType<GetEpcByLocationIdRequest$Outbound, z.ZodTypeDef, GetEpcByLocationIdRequest>;
|
|
527
|
+
export declare function getEpcByLocationIdRequestToJSON(getEpcByLocationIdRequest: GetEpcByLocationIdRequest): string;
|
|
528
|
+
/** @internal */
|
|
529
|
+
export declare const GetEPCByLocationIdEPCType$inboundSchema: z.ZodNativeEnum<typeof GetEPCByLocationIdEPCType>;
|
|
530
|
+
/** @internal */
|
|
531
|
+
export declare const GetEPCByLocationIdEPCError$inboundSchema: z.ZodType<GetEPCByLocationIdEPCError, z.ZodTypeDef, unknown>;
|
|
532
|
+
export declare function getEPCByLocationIdEPCErrorFromJSON(jsonString: string): SafeParseResult<GetEPCByLocationIdEPCError, SDKValidationError>;
|
|
533
|
+
/** @internal */
|
|
534
|
+
export declare const GetEPCByLocationIdEPCResponseResponseBody$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponseResponseBody, z.ZodTypeDef, unknown>;
|
|
535
|
+
export declare function getEPCByLocationIdEPCResponseResponseBodyFromJSON(jsonString: string): SafeParseResult<GetEPCByLocationIdEPCResponseResponseBody, SDKValidationError>;
|
|
536
|
+
/** @internal */
|
|
537
|
+
export declare const GetEpcByLocationIdType$inboundSchema: z.ZodNativeEnum<typeof GetEpcByLocationIdType>;
|
|
538
|
+
/** @internal */
|
|
539
|
+
export declare const GetEpcByLocationIdError$inboundSchema: z.ZodType<GetEpcByLocationIdError, z.ZodTypeDef, unknown>;
|
|
540
|
+
export declare function getEpcByLocationIdErrorFromJSON(jsonString: string): SafeParseResult<GetEpcByLocationIdError, SDKValidationError>;
|
|
541
|
+
/** @internal */
|
|
542
|
+
export declare const GetEPCByLocationIdEPCResponseBody$inboundSchema: z.ZodType<GetEPCByLocationIdEPCResponseBody, z.ZodTypeDef, unknown>;
|
|
543
|
+
export declare function getEPCByLocationIdEPCResponseBodyFromJSON(jsonString: string): SafeParseResult<GetEPCByLocationIdEPCResponseBody, SDKValidationError>;
|
|
544
|
+
/** @internal */
|
|
545
|
+
export declare const ConstructionAge$inboundSchema: z.ZodType<ConstructionAge, z.ZodTypeDef, unknown>;
|
|
546
|
+
export declare function constructionAgeFromJSON(jsonString: string): SafeParseResult<ConstructionAge, SDKValidationError>;
|
|
547
|
+
/** @internal */
|
|
548
|
+
export declare const Location$inboundSchema: z.ZodType<Location, z.ZodTypeDef, unknown>;
|
|
549
|
+
export declare function locationFromJSON(jsonString: string): SafeParseResult<Location, SDKValidationError>;
|
|
550
|
+
/** @internal */
|
|
551
|
+
export declare const RawAddress$inboundSchema: z.ZodType<RawAddress, z.ZodTypeDef, unknown>;
|
|
552
|
+
export declare function rawAddressFromJSON(jsonString: string): SafeParseResult<RawAddress, SDKValidationError>;
|
|
553
|
+
/** @internal */
|
|
554
|
+
export declare const GetEpcByLocationIdResult$inboundSchema: z.ZodType<GetEpcByLocationIdResult, z.ZodTypeDef, unknown>;
|
|
555
|
+
export declare function getEpcByLocationIdResultFromJSON(jsonString: string): SafeParseResult<GetEpcByLocationIdResult, SDKValidationError>;
|
|
556
|
+
/** @internal */
|
|
557
|
+
export declare const GetEpcByLocationIdResponseBody$inboundSchema: z.ZodType<GetEpcByLocationIdResponseBody, z.ZodTypeDef, unknown>;
|
|
558
|
+
export declare function getEpcByLocationIdResponseBodyFromJSON(jsonString: string): SafeParseResult<GetEpcByLocationIdResponseBody, SDKValidationError>;
|
|
559
|
+
/** @internal */
|
|
560
|
+
export declare const GetEpcByLocationIdResponse$inboundSchema: z.ZodType<GetEpcByLocationIdResponse, z.ZodTypeDef, unknown>;
|
|
561
|
+
export declare function getEpcByLocationIdResponseFromJSON(jsonString: string): SafeParseResult<GetEpcByLocationIdResponse, SDKValidationError>;
|
|
562
|
+
//# sourceMappingURL=getepcbylocationid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getepcbylocationid.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getepcbylocationid.ts"],"names":[],"mappings":"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"}
|