@e-trias/woonplan 0.0.49 → 0.0.53

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/index.d.ts +48 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -143,4 +143,51 @@ export interface Collectivebuy{
143
143
  id:string
144
144
  expiredate:Date
145
145
  partnerid:string
146
- }
146
+ }
147
+
148
+ export interface Measuredata{
149
+ id:string
150
+ name:string
151
+ deleted:boolean
152
+ sortorder?:number
153
+ active?:boolean
154
+ displayname?:string
155
+ price_m2?:number
156
+ price_m?:number
157
+ price_per_object?:number
158
+ startamount?:number
159
+ rcvalue?:number
160
+ investment?:number
161
+ collectivebuyid?:string
162
+ contractorid?:string
163
+
164
+ }
165
+
166
+ export interface Text{
167
+ id:string
168
+ title: string
169
+ body: Text
170
+ localeid:string
171
+ partnerid:string
172
+ }
173
+
174
+ export interface Content{
175
+ id:string
176
+ fullyqualifiedaction : string
177
+ subtitle?: string
178
+ excerpt?: Text
179
+ searchbox?: string
180
+ actionsbox?: string
181
+ htmltitle?: string
182
+ htmlkeywords?: string
183
+ htmldescription?: string
184
+ parentid?: string
185
+ areaactionid?: string
186
+ }
187
+
188
+ export interface Measuretext{
189
+ id:string
190
+ measureid?:string
191
+ measuredataid?:string
192
+ excerpt?:Text
193
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "index.d.ts",
5
- "version": "0.0.49",
5
+ "version": "0.0.53",
6
6
  "main": "index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"