@e-trias/woonplan 1.0.62 → 1.0.63

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +50 -50
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.0.62",
5
+ "version": "1.0.63",
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
@@ -149,8 +149,8 @@ export interface Quotation{
149
149
  expiredate:Date
150
150
  contractorid:string
151
151
  adviceid:string
152
- measuredataid?:string
153
- quotationrequestid:string
152
+ measuredataid?:string | null
153
+ quotationrequestid:string | null
154
154
  investment?:number
155
155
  status?:string
156
156
  accepteddate?:Date
@@ -161,8 +161,8 @@ export interface Quotation{
161
161
  export interface QuotationFile{
162
162
  id:string
163
163
  originalfilename:string
164
- quotationid?:string
165
- quotationrequestid?:string
164
+ quotationid?:string | null
165
+ quotationrequestid?:string | null
166
166
  folder?:string
167
167
  bucket?:string
168
168
  }
@@ -170,8 +170,8 @@ export interface QuotationFile{
170
170
  export interface QuotationRequest{
171
171
  id:string
172
172
  measureid:string
173
- measuredataid?:string
174
- contractorid?:string
173
+ measuredataid?:string | null
174
+ contractorid?:string | null
175
175
  adviceid:string
176
176
  status:string
177
177
  data:JSON | null
@@ -197,19 +197,19 @@ export interface IMeasuredata{
197
197
  startamount?:number
198
198
  rcvalue?:number
199
199
  investment?:number
200
- collectivebuyid?:string
201
- contractorid?:string
202
- measureid?:string
200
+ collectivebuyid?:string | null
201
+ contractorid?:string | null
202
+ measureid?:string | null
203
203
  requiressurvey?:boolean
204
204
  collectivebuystatus?:"now" | "future" | "never"
205
205
  collectivebuyquotationpossible?:boolean
206
206
  g_value ?: number
207
207
  u_value ?: number
208
208
 
209
- insulationmethodid ?: string
210
- insulationlocationid ?: string
211
- insulationtypeid ?: string
212
- glasstypeid ?: string
209
+ insulationmethodid ?: string | null
210
+ insulationlocationid ?: string | null
211
+ insulationtypeid ?: string | null
212
+ glasstypeid ?: string | null
213
213
  }
214
214
 
215
215
  export interface IMeasuredatainterestedcontact{
@@ -235,14 +235,14 @@ export interface Content{
235
235
  htmltitle?: string
236
236
  htmlkeywords?: string
237
237
  htmldescription?: string
238
- parentid?: string
239
- areaactionid?: string
238
+ parentid?: string | null
239
+ areaactionid?: string | null
240
240
  }
241
241
 
242
242
  export interface Measuretext{
243
243
  id:string
244
- measureid?:string
245
- measuredataid?:string
244
+ measureid?:string | null
245
+ measuredataid?:string | null
246
246
  excerpt?:string
247
247
  }
248
248
 
@@ -257,8 +257,8 @@ export interface IAppointment {
257
257
  status?: string
258
258
  start?: Date
259
259
  end?: Date
260
- userdataid?: string
261
- surveyorid?: string
260
+ userdataid?: string | null
261
+ surveyorid?: string | null
262
262
  needspayment?: true | false
263
263
  price? : number
264
264
  name?: string
@@ -349,7 +349,7 @@ export interface IPayment {
349
349
  // createdAt & updatedAt in ISO 8601 format
350
350
  createdAt: string
351
351
  updatedAt: string
352
- appointmentid?: string
352
+ appointmentid?: string | null
353
353
  status : string
354
354
  mollieid: string
355
355
  checkoutUrl?: string
@@ -455,7 +455,7 @@ export interface IWalltype extends IAbstractHouseObjectType{
455
455
 
456
456
  export interface ICrawlspace{
457
457
  deleted ?: boolean
458
- id ?: string
458
+ id ?: string | null
459
459
  sortorder ?: number
460
460
  accessible ?: boolean
461
461
  pumpable ?: boolean
@@ -468,15 +468,15 @@ export interface ICrawlspace{
468
468
  }
469
469
  export interface ICrawlspaceinfloor{
470
470
  deleted ?: boolean
471
- id ?: string
471
+ id ?: string | null
472
472
  sortorder ?: number
473
- floorid ?: string
473
+ floorid ?: string | null
474
474
  crawlspaceid ?: string
475
475
  surface ?: number
476
476
  }
477
477
 
478
478
  export interface IFloor extends IHouseobject{
479
- floortypeid ?: string
479
+ floortypeid ?: string | null
480
480
  floortype ?: IFloortype
481
481
  crawlspaces ?: ICrawlspace[]
482
482
  historic ?: boolean
@@ -500,11 +500,11 @@ export interface IWall extends IHouseobject{
500
500
  shadowpercentage ?: number
501
501
  angle ?: number
502
502
  side ?: ISide
503
- sideid ?: string
504
- walltypeid ?: string
503
+ sideid ?: string | null
504
+ walltypeid ?: string | null
505
505
  walltype ?: IWalltype
506
506
  insulationonownrisk ?: boolean
507
- wallfinishid ?: string
507
+ wallfinishid ?: string | null
508
508
  protectedstatus ?: string
509
509
  aircavity ?: boolean
510
510
  rcvalue ?: number
@@ -515,12 +515,12 @@ export interface IWall extends IHouseobject{
515
515
  export interface IRoof extends IHouseobject{
516
516
  shadowpercentage ?: number
517
517
  angle ?: number
518
- rooftypeid ?: string
518
+ rooftypeid ?: string | null
519
519
  rooftype ?: IRooftype
520
520
  slope ?: boolean
521
521
  ridgeheight ?: number
522
522
  ceilingboarded ?: boolean
523
- roofingid ?: string
523
+ roofingid ?: string | null
524
524
  }
525
525
  export interface IWindowframe extends IHouseobject{
526
526
  userdataid : string
@@ -549,8 +549,8 @@ export interface IWindowframepart extends IHouseobject{
549
549
  topstoollength ?: number
550
550
  shadowpercentage ?: number
551
551
 
552
- windowframeparttypeid ?: string
553
- windowframeid ?: string
552
+ windowframeparttypeid ?: string | null
553
+ windowframeid ?: string | null
554
554
  windowframe ?: IWindowframe
555
555
  }
556
556
 
@@ -560,25 +560,25 @@ export interface IWindowframetype extends IAbstractHouseObjectType{
560
560
 
561
561
  export interface IRule{
562
562
  id : string
563
- energylossid ?: string
564
- floortypeid ?: string
565
- glasstypeid ?: string
566
- roofingid ?: string
567
- roofshapeid ?: string
568
- rooftypeid ?: string
569
- wallfinishid ?: string
570
- walltypeid ?: string
571
- windowframeparttypeid ?: string
572
- packageid ?: string
573
- rulesetid ?: string
574
- ruletypeid ?: string
575
- measuredataid ?: string
576
- targetMeasureid ?: string
577
- gasfreeoptionid ?: string
578
- measuretypeid ?: string
579
- insulationlocationid ?: string
580
- insulationmethodid ?: string
581
- insulationtypeid ?: string
563
+ energylossid ?: string | null
564
+ floortypeid ?: string | null
565
+ glasstypeid ?: string | null
566
+ roofingid ?: string | null
567
+ roofshapeid ?: string | null
568
+ rooftypeid ?: string | null
569
+ wallfinishid ?: string | null
570
+ walltypeid ?: string | null
571
+ windowframeparttypeid ?: string | null
572
+ packageid ?: string | null
573
+ rulesetid ?: string | null
574
+ ruletypeid ?: string | null
575
+ measuredataid ?: string | null
576
+ targetMeasureid ?: string | null
577
+ gasfreeoptionid ?: string | null
578
+ measuretypeid ?: string | null
579
+ insulationlocationid ?: string | null
580
+ insulationmethodid ?: string | null
581
+ insulationtypeid ?: string | null
582
582
 
583
583
  field ?: string
584
584
  operator ?: string