@e-trias/woonplan 1.3.91 → 1.3.92
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/package.json +1 -1
- package/types.d.ts +13 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1280,6 +1280,19 @@ export interface ISolarApiRequest {
|
|
|
1280
1280
|
|
|
1281
1281
|
}
|
|
1282
1282
|
|
|
1283
|
+
export interface ISolarApiPendingResult{
|
|
1284
|
+
building_area : number
|
|
1285
|
+
building_geom : string
|
|
1286
|
+
building_hid : number
|
|
1287
|
+
building_project : boolean
|
|
1288
|
+
buildings_in_queue : number
|
|
1289
|
+
est_absolute_calculation_time_building : number
|
|
1290
|
+
est_finish_time : string
|
|
1291
|
+
requested_time : string
|
|
1292
|
+
servertime : string
|
|
1293
|
+
status : number
|
|
1294
|
+
status_word : string
|
|
1295
|
+
}
|
|
1283
1296
|
|
|
1284
1297
|
export interface ISolarApiResult{
|
|
1285
1298
|
address : ISolarApiAddress
|