@e-trias/woonplan 1.3.91 → 1.3.93
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 +14 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1250,6 +1250,7 @@ export interface ISolarApiModule {
|
|
|
1250
1250
|
name: string,
|
|
1251
1251
|
size:number,
|
|
1252
1252
|
width: number
|
|
1253
|
+
module_id : number
|
|
1253
1254
|
}
|
|
1254
1255
|
|
|
1255
1256
|
export interface ISolarApiPlantData{
|
|
@@ -1280,6 +1281,19 @@ export interface ISolarApiRequest {
|
|
|
1280
1281
|
|
|
1281
1282
|
}
|
|
1282
1283
|
|
|
1284
|
+
export interface ISolarApiPendingResult{
|
|
1285
|
+
building_area : number
|
|
1286
|
+
building_geom : string
|
|
1287
|
+
building_hid : number
|
|
1288
|
+
building_project : boolean
|
|
1289
|
+
buildings_in_queue : number
|
|
1290
|
+
est_absolute_calculation_time_building : number
|
|
1291
|
+
est_finish_time : string
|
|
1292
|
+
requested_time : string
|
|
1293
|
+
servertime : string
|
|
1294
|
+
status : number
|
|
1295
|
+
status_word : string
|
|
1296
|
+
}
|
|
1283
1297
|
|
|
1284
1298
|
export interface ISolarApiResult{
|
|
1285
1299
|
address : ISolarApiAddress
|