@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +13 -0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "types.d.ts",
5
- "version": "1.3.91",
5
+ "version": "1.3.92",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "tsc -p tsconfig.json",
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