@e-trias/woonplan 1.1.41 → 1.1.43

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.
@@ -0,0 +1,3 @@
1
+ {
2
+ "svn.ignoreMissingSvnWarning": true
3
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "types.d.ts",
5
- "version": "1.1.41",
5
+ "version": "1.1.43",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "tsc -p tsconfig.json"
package/types.d.ts CHANGED
@@ -4,7 +4,7 @@ export interface IContact{
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
@@ -23,9 +23,10 @@ export interface IContact{
23
23
  simpleid?:number
24
24
  salutation?: string
25
25
  pvid?: string
26
-
27
- vve ?: boolean
26
+ fullname?: string
27
+ vve ?: boolean
28
28
  renter ?: boolean
29
+ files ?: IContactFile[]
29
30
  }
30
31
  export interface IPartner{
31
32
  name : string
@@ -124,8 +125,8 @@ export interface IUserdata{
124
125
  surface?:number
125
126
  usage ?: string
126
127
  wetspotswalls ?: string
127
- diyconstruction ?: boolean
128
- circularconstruction ?: boolean
128
+ diyconstruction ?: boolean
129
+ circularconstruction ?: boolean
129
130
  renovationconstruction ?: boolean
130
131
  allowwallinsideinsulation ?: boolean
131
132
  protectedstatus ?: string
@@ -141,25 +142,25 @@ export interface IUserdata{
141
142
  orientationid ?: string
142
143
 
143
144
  houselevelamount ?: number
144
- roofshapeid ?:string
145
+ roofshapeid ?:string
145
146
  finishedquestionsets ?: string
146
147
  userdatahousewishes ?: IUserdatahousewish[]
147
-
148
+
148
149
  }
149
150
 
150
151
  export interface IAnnualreport{
151
- id : string
152
+ id : string
152
153
  amount ?: string
153
154
  type ?: string
154
155
  year ?: string
155
- occupants ?: string
156
+ occupants ?: string
156
157
  userdataid ?:string
157
158
  }
158
159
  export interface IAveragecalcdata{
159
- id : string
160
+ id : string
160
161
  amount ?: string
161
162
  occupants ?: string
162
- profile ?: string
163
+ profile ?: string
163
164
  averagecalcdatatype ?: IAveragecalcdatatype
164
165
  averagecalcdatatypeid ?: string
165
166
  }
@@ -189,8 +190,8 @@ export type IHousetemplateCalculationDataPerHousetype = {
189
190
  }
190
191
 
191
192
  export interface IHousetype{
192
- id : string
193
- deleted : boolean
193
+ id : string
194
+ deleted : boolean
194
195
  name : string
195
196
  }
196
197
 
@@ -245,12 +246,12 @@ export interface IHousetemplateCalculationDataForHousetype{
245
246
  graaddagenjaarmethode : number
246
247
  insulatedreductionfactors : {
247
248
  wall : number
248
- floor : number | IHousetemplateCalculationDataPerHousetype | { u:number, factor:number }[]
249
+ floor : number | IHousetemplateCalculationDataPerHousetype | { u:number, factor:number }[]
249
250
  roof : number
250
251
  }
251
252
  energylossesPerm2 ?: {
252
253
  wall : number
253
- floor : number
254
+ floor : number
254
255
  roof : number
255
256
  windowframepart : number
256
257
 
@@ -359,9 +360,9 @@ export interface IMeasuredata{
359
360
  }
360
361
 
361
362
  export interface IGlasstype{
362
- id : string
363
- deleted : boolean
364
- sortorder : number
363
+ id : string
364
+ deleted : boolean
365
+ sortorder : number
365
366
  measuredatas : IMeasuredata[]
366
367
  gvalue : number
367
368
  uvalue : number
@@ -463,7 +464,7 @@ export interface ISettings {
463
464
  automaticMothermodelselection ?: 1 | 0
464
465
  automaticMothermodelAreaactionSource ?: string
465
466
  surfaceCalculation ?: 1 | 0
466
- solarpanelmodule ?: string
467
+ solarpanelmodule ?: string
467
468
  }
468
469
 
469
470
  export interface IPerfectviewSettings {
@@ -598,7 +599,7 @@ export interface IHouseobject{
598
599
  export interface IHouselevel{
599
600
  id : string
600
601
  deleted : boolean
601
- sortorder : number
602
+ sortorder : number
602
603
  userdataid ?: string | null
603
604
  heated : boolean
604
605
  walkable: boolean
@@ -622,7 +623,7 @@ export interface IAbstractHouseObjectType{
622
623
  }
623
624
 
624
625
  export interface IFloortype extends IAbstractHouseObjectType{
625
- lambda ?: number
626
+ lambda ?: number
626
627
  rcvalue ?: number
627
628
  }
628
629
 
@@ -639,12 +640,12 @@ export interface ICrawlspace{
639
640
  accessible ?: boolean
640
641
  pumpable ?: boolean
641
642
  cluttered ?: boolean
642
- height ?: number
643
- wet ?: string
643
+ height ?: number
644
+ wet ?: string
644
645
 
645
646
  crawlspacesinfloor ?: ICrawlspaceinfloor[]
646
647
 
647
- }
648
+ }
648
649
  export interface ICrawlspaceinfloor{
649
650
  deleted ?: boolean
650
651
  id ?: string | null
@@ -652,7 +653,7 @@ export interface ICrawlspaceinfloor{
652
653
  floorid ?: string | null
653
654
  crawlspaceid ?: string
654
655
  surface ?: number
655
- }
656
+ }
656
657
  export interface IFloorinroom{
657
658
  deleted ?: boolean
658
659
  id ?: string | null
@@ -661,7 +662,7 @@ export interface IFloorinroom{
661
662
  roomid ?: string
662
663
  surface ?: number
663
664
  room ?: IRoom
664
- }
665
+ }
665
666
 
666
667
  export interface IFloor extends IHouseobject{
667
668
  floortypeid ?: string | null
@@ -670,7 +671,7 @@ export interface IFloor extends IHouseobject{
670
671
  historic ?: boolean
671
672
  woodneedsreplacing ?: string
672
673
  woodandbeamsneedsreplacing ?: string
673
- flatbottom ?: boolean
674
+ flatbottom ?: boolean
674
675
  crawlspacesinfloor ?: ICrawlspaceinfloor[]
675
676
  basementhasceiling ?: boolean
676
677
  basementunderneath ?: boolean
@@ -703,16 +704,16 @@ export interface IWall extends IHouseobject{
703
704
  }
704
705
 
705
706
  export interface IRoom extends IHouseobject{
706
- houselevel ?: IHouselevel
707
+ houselevel ?: IHouselevel
707
708
  roofs ?: IRoof[]
708
709
  windowframes ?: IWindowframe[]
709
710
  floorinrooms ?: IFloorinroom[]
710
711
  heated : boolean
711
712
  walkable : boolean
712
- accessible : boolean
713
+ accessible : boolean
713
714
  isattic : boolean
714
715
  used : boolean
715
-
716
+
716
717
  }
717
718
 
718
719
  export interface IRoof extends IHouseobject{
@@ -720,12 +721,12 @@ export interface IRoof extends IHouseobject{
720
721
  angle ?: number
721
722
  rooftypeid ?: string | null
722
723
  rooftype ?: IRooftype
723
- slope ?: boolean
724
- ridgeheight ?: number
724
+ slope ?: boolean
725
+ ridgeheight ?: number
725
726
  ceilingboarded ?: boolean
726
727
  roofingid ?: string | null
727
- sideid ?: string | null
728
- side ?: ISide
728
+ sideid ?: string | null
729
+ side ?: ISide
729
730
  rcvalue ?: number
730
731
  housetypeid ?: string | null
731
732
 
@@ -752,7 +753,7 @@ export interface IRoof extends IHouseobject{
752
753
 
753
754
 
754
755
  }
755
- export interface IWindowframe extends IHouseobject{
756
+ export interface IWindowframe extends IHouseobject{
756
757
  userdataid ?: string | null
757
758
  userdata ?: IUserdata
758
759
  wall ?: IWall
@@ -786,7 +787,7 @@ export interface IWindowframepart extends IHouseobject{
786
787
  windowframeid ?: string | null
787
788
  windowframe ?: IWindowframe
788
789
  windowframetype ?: IWindowframetype
789
- side ?: ISide
790
+ side ?: ISide
790
791
  }
791
792
 
792
793
  export interface IWindowframetype extends IAbstractHouseObjectType{
@@ -794,7 +795,7 @@ export interface IWindowframetype extends IAbstractHouseObjectType{
794
795
  }
795
796
 
796
797
  export interface IRule{
797
- id : string
798
+ id : string
798
799
  energylossid ?: string | null
799
800
  floortypeid ?: string | null
800
801
  glasstypeid ?: string | null
@@ -815,37 +816,37 @@ export interface IRule{
815
816
  insulationmethodid ?: string | null
816
817
  insulationtypeid ?: string | null
817
818
 
818
- field ?: string
819
- operator ?: string
819
+ field ?: string
820
+ operator ?: string
820
821
  value ?: string
821
822
  }
822
823
 
823
824
 
824
825
  export interface IGasfreeoption{
825
- id : string
826
- name : string
827
- deleted : boolean
828
- sortorder : number
829
- riskfactor : number
826
+ id : string
827
+ name : string
828
+ deleted : boolean
829
+ sortorder : number
830
+ riskfactor : number
830
831
  gasfreeoptionmeasures ?: IGasfreeoptionmeasure[]
831
832
  }
832
833
  export interface IGasfreeoptionmeasure{
833
- id : string
834
- name : string
835
- deleted : boolean
836
- sortorder : number
837
- measureid : string
838
- gasfreeoptionid : string
834
+ id : string
835
+ name : string
836
+ deleted : boolean
837
+ sortorder : number
838
+ measureid : string
839
+ gasfreeoptionid : string
839
840
  gasfreeoption ?: IGasfreeoption
840
841
  }
841
842
 
842
843
 
843
844
  export interface IMeasure {
844
- id : string
845
+ id : string
845
846
  gasfreeoptionmeasures ?: IGasfreeoptionmeasure[]
846
847
  measuredatas ?: IMeasuredata[]
847
848
  measuretypeid ?: string | null
848
- measuretype ?: IMeasuretype
849
+ measuretype ?: IMeasuretype
849
850
  }
850
851
 
851
852
 
@@ -1011,11 +1012,11 @@ export interface ZonatlasRequest {
1011
1012
  export interface ZonatlasResult{
1012
1013
  address : ZonatlasAddress
1013
1014
  bagdata : ZonatlasBagdata[]
1014
- buildingwkt : string
1015
+ buildingwkt : string
1015
1016
  calculation_parameters : ZonatlasCalculationParamaters
1016
1017
  data : ZonatlasData
1017
- href : string
1018
- individual_data : any
1018
+ href : string
1019
+ individual_data : any
1019
1020
  map_layers : ZonatlasMapLayer[]
1020
1021
  monuments : {
1021
1022
  monument_areas: [],
@@ -1071,18 +1072,18 @@ export interface IHouseObjectWithMeasuredatas extends IHouseobject{
1071
1072
  }
1072
1073
 
1073
1074
  export interface IAnsweroption{
1074
- id : string
1075
+ id : string
1075
1076
  questionid ?: string | null
1076
1077
 
1077
1078
  }
1078
1079
 
1079
1080
  export interface IUseranswer{
1080
- id : string
1081
+ id : string
1081
1082
  intakeid ?: string | null
1082
- value ?: string
1083
+ value ?: string
1083
1084
  answeroptionid ?: string | null
1084
1085
  answeroption ?: IAnsweroption
1085
-
1086
+
1086
1087
  }
1087
1088
 
1088
1089
  export interface IAreaactioncollection extends ILogged{
@@ -1091,8 +1092,8 @@ export interface IAreaactioncollection extends ILogged{
1091
1092
  }
1092
1093
  export interface IAreaaction extends ILogged{
1093
1094
  settings ?: ISettings
1094
- hostname ?: string
1095
- pvmark ?: string
1095
+ hostname ?: string
1096
+ pvmark ?: string
1096
1097
  }
1097
1098
 
1098
1099
  export interface IHomeSettings{
@@ -1107,7 +1108,7 @@ export interface IHomeSettings{
1107
1108
  wall_rcValue ?: number
1108
1109
  wall_walltypeid ?: string
1109
1110
  wall_rcValue_uninsulated ?: number
1110
- wall_thickness ?: string
1111
+ wall_thickness ?: string
1111
1112
  wall_aircavity ?: boolean
1112
1113
  roof_insulationtype ?: string
1113
1114
  roof_insulationlocation ?: string
@@ -1116,7 +1117,7 @@ export interface IHomeSettings{
1116
1117
  roof_rooftypeid ?: string
1117
1118
  roof_roofingid ?: string
1118
1119
  glass_glasstype ?: string
1119
- draftprofile ?: "draftprofile-1" | "draftprofile-2" | "draftprofile-3" | "draftprofile-4"
1120
+ draftprofile ?: "draftprofile-1" | "draftprofile-2" | "draftprofile-3" | "draftprofile-4"
1120
1121
  }
1121
1122
 
1122
1123
  export interface IDefaulthomesettings{
@@ -1127,32 +1128,32 @@ export interface IDefaulthomesettings{
1127
1128
 
1128
1129
 
1129
1130
  export interface IHousewish{
1130
- name : string
1131
- deleted : boolean
1132
- sortorder : number
1131
+ name : string
1132
+ deleted : boolean
1133
+ sortorder : number
1133
1134
  userdatahousewishes ?: IUserdatahousewish[]
1134
1135
  housewishgroup ?: IHousewishgroup
1135
- housewishgroupid ?: string | null
1136
+ housewishgroupid ?: string | null
1136
1137
  }
1137
1138
 
1138
1139
 
1139
1140
  export interface IHousewishgroup{
1140
- name : string
1141
- deleted : boolean
1142
- sortorder : number
1141
+ name : string
1142
+ deleted : boolean
1143
+ sortorder : number
1143
1144
  housewishes ?: IHousewish[]
1144
1145
  }
1145
1146
 
1146
1147
 
1147
1148
  export interface IUserdatahousewish{
1148
- name : string
1149
- deleted : boolean
1150
- sortorder : number
1149
+ name : string
1150
+ deleted : boolean
1151
+ sortorder : number
1151
1152
  housewish ?: IHousewish
1152
1153
  userdata ?: IUserdata
1153
1154
  housewishid ?: string | null
1154
1155
  userdataid ?: string | null
1155
- score ?: number
1156
+ score ?: number
1156
1157
  }
1157
1158
 
1158
1159