@provis/provis-common-be-module 2.6.33 → 2.6.34

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.
@@ -13,6 +13,90 @@ const occupation = [
13
13
  'construction-3',
14
14
  ],
15
15
  },
16
+ {
17
+ code: '29311',
18
+ desc: {
19
+ id: '',
20
+ en: 'Department stores, building risk area >200m2. If below 200m2go to 2934',
21
+ },
22
+ construction: [
23
+ 'construction-1',
24
+ 'construction-2',
25
+ 'construction-3',
26
+ ],
27
+ },
28
+ {
29
+ code: '29312',
30
+ desc: {
31
+ id: '',
32
+ en: 'Supermarket, building risk area > 200m2. If below 200m2 go to 2933',
33
+ },
34
+ construction: [
35
+ 'construction-1',
36
+ 'construction-2',
37
+ 'construction-3',
38
+ ],
39
+ },
40
+ {
41
+ code: '29313-A',
42
+ desc: {
43
+ id: '',
44
+ en: 'Shopping mall/center Grade A',
45
+ },
46
+ construction: [
47
+ 'construction-1',
48
+ 'construction-2',
49
+ 'construction-3',
50
+ ],
51
+ },
52
+ {
53
+ code: '29313-B',
54
+ desc: {
55
+ id: '',
56
+ en: 'Shopping mall/center Grade B',
57
+ },
58
+ construction: [
59
+ 'construction-1',
60
+ 'construction-2',
61
+ 'construction-3',
62
+ ],
63
+ },
64
+ {
65
+ code: '29314',
66
+ desc: {
67
+ id: '',
68
+ en: 'Grocery Store',
69
+ },
70
+ construction: [
71
+ 'construction-1',
72
+ 'construction-2',
73
+ 'construction-3',
74
+ ],
75
+ },
76
+ {
77
+ code: '2932',
78
+ desc: {
79
+ id: '',
80
+ en: 'Mail Order Houses, online shopping',
81
+ },
82
+ construction: [
83
+ 'construction-1',
84
+ 'construction-2',
85
+ 'construction-3',
86
+ ],
87
+ },
88
+ {
89
+ code: '2933',
90
+ desc: {
91
+ id: '',
92
+ en: 'Chain Stores, convenience grocery store, with building risk area <200m2',
93
+ },
94
+ construction: [
95
+ 'construction-1',
96
+ 'construction-2',
97
+ 'construction-3',
98
+ ],
99
+ },
16
100
  {
17
101
  code: '2934',
18
102
  desc: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.33",
3
+ "version": "2.6.34",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {