@provis/provis-common-be-module 2.6.63 → 2.6.64

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.
@@ -116,11 +116,17 @@ product.LIST = {
116
116
  value: product.PRODUCT_CODE_PROPERTY_ALL_RISK,
117
117
  name: "Property All Risk",
118
118
  ocupation: occupation_simple_1.default,
119
+ group: [
120
+ product.PRODUCT_CODE_EARTHQUAKE,
121
+ ],
119
122
  },
120
123
  [product.PRODUCT_CODE_EARTHQUAKE]: {
121
124
  value: product.PRODUCT_CODE_EARTHQUAKE,
122
125
  name: "Earthquake",
123
126
  ocupation: occupation_simple_1.default,
127
+ group: [
128
+ product.PRODUCT_CODE_PROPERTY_ALL_RISK,
129
+ ],
124
130
  },
125
131
  [product.PRODUCT_CODE_VEHICLE]: {
126
132
  value: product.PRODUCT_CODE_VEHICLE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.63",
3
+ "version": "2.6.64",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {