@e-trias/woonplan 1.3.215 → 1.3.217
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 +7 -7
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -2215,18 +2215,18 @@ export interface IAnnex{
|
|
|
2215
2215
|
export interface IAnnexside{
|
|
2216
2216
|
deleted ?: boolean
|
|
2217
2217
|
id ?: string
|
|
2218
|
-
sortorder
|
|
2218
|
+
sortorder ?: number
|
|
2219
2219
|
annexid ?: string
|
|
2220
2220
|
annex ?: IAnnex
|
|
2221
2221
|
annextemplateid ?: string
|
|
2222
2222
|
annextemplate ?: IAnnextemplate
|
|
2223
|
-
attachedtohouse
|
|
2224
|
-
attachedtoneighbour
|
|
2225
|
-
width
|
|
2226
|
-
height
|
|
2223
|
+
attachedtohouse ?: boolean
|
|
2224
|
+
attachedtoneighbour ?: boolean
|
|
2225
|
+
width ?: number
|
|
2226
|
+
height ?: number
|
|
2227
2227
|
deviationtopleft ?: number
|
|
2228
2228
|
deviationbottomright ?: number
|
|
2229
|
-
sideno
|
|
2229
|
+
sideno ?: number
|
|
2230
2230
|
}
|
|
2231
2231
|
|
|
2232
2232
|
export interface IAnnextemplate{
|
|
@@ -2248,7 +2248,7 @@ export interface IAnnextemplate{
|
|
|
2248
2248
|
wallreductionback ?: number
|
|
2249
2249
|
wallreductionfront ?: number
|
|
2250
2250
|
floorunattachedfactor ?: number
|
|
2251
|
-
}
|
|
2251
|
+
}
|
|
2252
2252
|
|
|
2253
2253
|
|
|
2254
2254
|
export interface ISubscriptionplan{
|