@e-trias/woonplan 0.0.56 → 0.0.60

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 +2 -6
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -39,11 +39,6 @@ export interface SecurityRole{
39
39
  deleted:boolean;
40
40
  }
41
41
 
42
- export interface Content{
43
- subject: string;
44
- body: string;
45
- }
46
-
47
42
  export interface Article{
48
43
  id:string;
49
44
  title:string;
@@ -53,6 +48,7 @@ export interface Logged{
53
48
  id: string;
54
49
  name:string;
55
50
  deleted:boolean;
51
+ sortorder:number;
56
52
  }
57
53
 
58
54
  export interface SignupForm{
@@ -136,7 +132,7 @@ export interface QuotationRequest{
136
132
  adviceid:string
137
133
  investment?:number
138
134
  status:string
139
- data:JSON
135
+ data:JSON | null
140
136
  }
141
137
 
142
138
  export interface Collectivebuy{
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.56",
5
+ "version": "0.0.60",
6
6
  "main": "index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"