@e-trias/woonplan 1.0.31 → 1.0.32
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 +6 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -97,7 +97,7 @@ export interface SignupFormResponse{
|
|
|
97
97
|
export interface CIASignupFormResponse extends SignupFormResponse{}
|
|
98
98
|
export interface MWASignupFormResponse extends SignupFormResponse{}
|
|
99
99
|
|
|
100
|
-
export interface
|
|
100
|
+
export interface IUserdata{
|
|
101
101
|
id:string;
|
|
102
102
|
sourceid:string | null
|
|
103
103
|
contactid:string
|
|
@@ -115,6 +115,10 @@ export interface Userdata{
|
|
|
115
115
|
buildyear?:number
|
|
116
116
|
surface?:number
|
|
117
117
|
usage ?: string
|
|
118
|
+
|
|
119
|
+
diyconstruction ?: boolean
|
|
120
|
+
circularconstruction ?: boolean
|
|
121
|
+
renovationconstruction ?: boolean
|
|
118
122
|
}
|
|
119
123
|
|
|
120
124
|
export interface Solarapicall{
|
|
@@ -460,7 +464,7 @@ export interface IRoof extends IHouseobject{
|
|
|
460
464
|
}
|
|
461
465
|
export interface IWindowframe extends IHouseobject{
|
|
462
466
|
userdataid : string
|
|
463
|
-
userdata ?:
|
|
467
|
+
userdata ?: IUserdata
|
|
464
468
|
wall ?: IWall
|
|
465
469
|
sideid : string
|
|
466
470
|
side ?: ISide
|