@e-trias/woonplan 0.0.53 → 0.0.57

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 +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -166,7 +166,7 @@ export interface Measuredata{
166
166
  export interface Text{
167
167
  id:string
168
168
  title: string
169
- body: Text
169
+ body: string
170
170
  localeid:string
171
171
  partnerid:string
172
172
  }
@@ -175,7 +175,7 @@ export interface Content{
175
175
  id:string
176
176
  fullyqualifiedaction : string
177
177
  subtitle?: string
178
- excerpt?: Text
178
+ excerpt?: string
179
179
  searchbox?: string
180
180
  actionsbox?: string
181
181
  htmltitle?: string
@@ -189,5 +189,5 @@ export interface Measuretext{
189
189
  id:string
190
190
  measureid?:string
191
191
  measuredataid?:string
192
- excerpt?:Text
192
+ excerpt?:string
193
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.53",
5
+ "version": "0.0.57",
6
6
  "main": "index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"