@e-trias/woonplan 1.0.21 → 1.0.22

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/index.d.ts +26 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -451,4 +451,30 @@ export interface IWindowframetype{
451
451
  deleted : boolean
452
452
  sortorder : number
453
453
  uvalue ?: number
454
+ }
455
+
456
+ export interface IRule extends Logged{
457
+ energylossid ?: string
458
+ floortypeid ?: string
459
+ glasstypeid ?: string
460
+ roofingid ?: string
461
+ roofshapeid ?: string
462
+ rooftypeid ?: string
463
+ wallfinishid ?: string
464
+ walltypeid ?: string
465
+ windowframeparttypeid ?: string
466
+ packageid ?: string
467
+ rulesetid ?: string
468
+ ruletypeid ?: string
469
+ measuredataid ?: string
470
+ targetMeasureid ?: string
471
+ gasfreeoptionid ?: string
472
+ measuretypeid ?: string
473
+ insulationlocationid ?: string
474
+ insulationmethodid ?: string
475
+ insulationtypeid ?: string
476
+
477
+ field: string
478
+ operator: string
479
+ value : string
454
480
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "index.d.ts",
5
- "version": "1.0.21",
5
+ "version": "1.0.22",
6
6
  "main": "index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"