@e-trias/woonplan 1.3.358 → 1.3.360
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 +4 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -599,6 +599,8 @@ export interface IMeasuredata{
|
|
|
599
599
|
|
|
600
600
|
rules ?: IRule[]
|
|
601
601
|
includeframe ?: boolean
|
|
602
|
+
processingtime ?: number
|
|
603
|
+
labourrate ?: number
|
|
602
604
|
}
|
|
603
605
|
|
|
604
606
|
export interface IMaintenance{
|
|
@@ -1006,6 +1008,8 @@ export interface IBagData {
|
|
|
1006
1008
|
streetname: string
|
|
1007
1009
|
city: string
|
|
1008
1010
|
surface:number
|
|
1011
|
+
pandIdentificaties ?: string[]
|
|
1012
|
+
|
|
1009
1013
|
}
|
|
1010
1014
|
|
|
1011
1015
|
export interface IWssProject{
|