@e-trias/woonplan 1.0.41 → 1.0.42
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 +4 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export interface Contact{
|
|
|
4
4
|
infix?: string | null
|
|
5
5
|
lastname?: string
|
|
6
6
|
active?: boolean
|
|
7
|
-
email?: string
|
|
7
|
+
email?: string
|
|
8
8
|
username?: string
|
|
9
9
|
postcode?: string
|
|
10
10
|
phone?: string
|
|
@@ -461,8 +461,8 @@ export interface ICrawlspaceinfloor{
|
|
|
461
461
|
deleted ?: boolean
|
|
462
462
|
id ?: string
|
|
463
463
|
sortorder ?: number
|
|
464
|
-
floorid
|
|
465
|
-
crawlspaceid
|
|
464
|
+
floorid ?: string
|
|
465
|
+
crawlspaceid ?: string
|
|
466
466
|
surface ?: number
|
|
467
467
|
}
|
|
468
468
|
|
|
@@ -473,8 +473,7 @@ export interface IFloor extends IHouseobject{
|
|
|
473
473
|
historic ?: boolean
|
|
474
474
|
woodneedsreplacing ?: string
|
|
475
475
|
woodandbeamsneedsreplacing ?: string
|
|
476
|
-
flatbottom ?: boolean
|
|
477
|
-
|
|
476
|
+
flatbottom ?: boolean
|
|
478
477
|
crawlspacesinfloor ?: ICrawlspaceinfloor[]
|
|
479
478
|
}
|
|
480
479
|
|