@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.
- package/index.d.ts +26 -0
- 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
|
}
|