@e-trias/woonplan 0.0.52 → 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 +30 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -161,4 +161,33 @@ export interface Measuredata{
161
161
  collectivebuyid?:string
162
162
  contractorid?:string
163
163
 
164
- }
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.52",
5
+ "version": "0.0.53",
6
6
  "main": "index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"