@e-trias/woonplan 0.0.51 → 0.0.55

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 +31 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -159,5 +159,35 @@ export interface Measuredata{
159
159
  rcvalue?:number
160
160
  investment?:number
161
161
  collectivebuyid?:string
162
+ contractorid?:string
163
+
164
+ }
165
+
166
+ export interface Text{
167
+ id:string
168
+ title: string
169
+ body: string
170
+ localeid:string
171
+ partnerid:string
172
+ }
162
173
 
163
- }
174
+ export interface Content{
175
+ id:string
176
+ fullyqualifiedaction : string
177
+ subtitle?: string
178
+ excerpt?: string
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?:string
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.51",
5
+ "version": "0.0.55",
6
6
  "main": "index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"