@e-trias/woonplan 1.1.82 → 1.1.84
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 +11 -9
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -375,6 +375,8 @@ export interface IMeasuredata{
|
|
|
375
375
|
maintenances ?: IMaintenance[]
|
|
376
376
|
|
|
377
377
|
questionsetids ?: string
|
|
378
|
+
|
|
379
|
+
thickness ?: number
|
|
378
380
|
}
|
|
379
381
|
|
|
380
382
|
export interface IMaintenance{
|
|
@@ -415,19 +417,19 @@ export interface Text{
|
|
|
415
417
|
|
|
416
418
|
export interface IContent{
|
|
417
419
|
id:string
|
|
418
|
-
fullyqualifiedaction : string
|
|
419
|
-
subtitle?: string
|
|
420
|
-
excerpt?: string
|
|
421
|
-
searchbox?: string
|
|
422
|
-
actionsbox?: string
|
|
423
|
-
htmltitle?: string
|
|
424
|
-
htmlkeywords?: string
|
|
425
|
-
htmldescription?: string
|
|
420
|
+
fullyqualifiedaction : string | null
|
|
421
|
+
subtitle?: string | null
|
|
422
|
+
excerpt?: string | null
|
|
423
|
+
searchbox?: string | null
|
|
424
|
+
actionsbox?: string | null
|
|
425
|
+
htmltitle?: string | null
|
|
426
|
+
htmlkeywords?: string | null
|
|
427
|
+
htmldescription?: string | null
|
|
426
428
|
parentid?: string | null
|
|
427
429
|
areaactionid?: string | null
|
|
428
430
|
}
|
|
429
431
|
|
|
430
|
-
export interface
|
|
432
|
+
export interface IMeasuretext{
|
|
431
433
|
id:string
|
|
432
434
|
measureid?:string | null
|
|
433
435
|
measuredataid?:string | null
|