@e-trias/woonplan 1.0.6 → 1.0.9
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.
- package/index.d.ts +16 -13
- package/package.json +24 -24
package/index.d.ts
CHANGED
|
@@ -21,18 +21,20 @@ export interface Contact{
|
|
|
21
21
|
streetname?:string
|
|
22
22
|
city?:string
|
|
23
23
|
simpleid?:number
|
|
24
|
+
salutation?: string
|
|
25
|
+
pvid?: string
|
|
24
26
|
}
|
|
25
27
|
export interface Advice{
|
|
26
28
|
id:string | null;
|
|
27
29
|
userdataid:string;
|
|
28
30
|
status:string;
|
|
29
31
|
usage:string
|
|
30
|
-
adviceinfo:string
|
|
31
|
-
advicedusage:string
|
|
32
|
-
userinput:string
|
|
33
|
-
advicedinput:string
|
|
34
|
-
advicedstates:string
|
|
35
|
-
workerresult:string
|
|
32
|
+
adviceinfo:string
|
|
33
|
+
advicedusage:string
|
|
34
|
+
userinput:string
|
|
35
|
+
advicedinput:string
|
|
36
|
+
advicedstates:string
|
|
37
|
+
workerresult:string
|
|
36
38
|
calculatedmeasures:string
|
|
37
39
|
}
|
|
38
40
|
|
|
@@ -145,8 +147,8 @@ export interface Quotation{
|
|
|
145
147
|
}
|
|
146
148
|
|
|
147
149
|
export interface QuotationFile{
|
|
148
|
-
id:string
|
|
149
|
-
originalfilename:string
|
|
150
|
+
id:string
|
|
151
|
+
originalfilename:string
|
|
150
152
|
quotationid?:string
|
|
151
153
|
quotationrequestid?:string
|
|
152
154
|
folder?:string
|
|
@@ -188,6 +190,7 @@ export interface Measuredata{
|
|
|
188
190
|
measureid?:string
|
|
189
191
|
requiressurvey?:boolean
|
|
190
192
|
collectivebuystatus?:"now" | "future" | "never"
|
|
193
|
+
collectivebuyquotationpossible?:boolean
|
|
191
194
|
}
|
|
192
195
|
|
|
193
196
|
export interface Measuredatainterestedcontact{
|
|
@@ -353,14 +356,14 @@ export interface IWssProject{
|
|
|
353
356
|
name : string
|
|
354
357
|
}
|
|
355
358
|
export interface IWssAddress{
|
|
356
|
-
id : string
|
|
357
|
-
postcode : string
|
|
359
|
+
id : string
|
|
360
|
+
postcode : string
|
|
358
361
|
housenumber : number
|
|
359
|
-
extension : string
|
|
360
|
-
projectid : string
|
|
362
|
+
extension : string
|
|
363
|
+
projectid : string
|
|
361
364
|
tags : string[]
|
|
362
365
|
}
|
|
363
366
|
export interface IWssTag{
|
|
364
|
-
id : string
|
|
367
|
+
id : string
|
|
365
368
|
|
|
366
369
|
}
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@e-trias/woonplan",
|
|
3
|
-
"private": false,
|
|
4
|
-
"types": "index.d.ts",
|
|
5
|
-
"version": "1.0.
|
|
6
|
-
"main": "index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
-
},
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/e-line-websolutions/woonplan-types.git"
|
|
13
|
-
},
|
|
14
|
-
"author": "Jasper Denk",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"bugs": {
|
|
17
|
-
"url": "https://github.com/e-line-websolutions/woonplan-types/issues"
|
|
18
|
-
},
|
|
19
|
-
"homepage": "https://github.com/e-line-websolutions/woonplan-types#readme",
|
|
20
|
-
"description": "",
|
|
21
|
-
"dependencies": {
|
|
22
|
-
"@types/uuidv4": "^5.0.0"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@e-trias/woonplan",
|
|
3
|
+
"private": false,
|
|
4
|
+
"types": "index.d.ts",
|
|
5
|
+
"version": "1.0.9",
|
|
6
|
+
"main": "index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/e-line-websolutions/woonplan-types.git"
|
|
13
|
+
},
|
|
14
|
+
"author": "Jasper Denk",
|
|
15
|
+
"license": "ISC",
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/e-line-websolutions/woonplan-types/issues"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://github.com/e-line-websolutions/woonplan-types#readme",
|
|
20
|
+
"description": "",
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@types/uuidv4": "^5.0.0"
|
|
23
|
+
}
|
|
24
|
+
}
|