@provis/provis-common-be-module 2.6.62 → 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.
|
@@ -463,5 +463,17 @@ const occupation = [
|
|
|
463
463
|
'construction-3',
|
|
464
464
|
],
|
|
465
465
|
},
|
|
466
|
+
{
|
|
467
|
+
code: '2734',
|
|
468
|
+
desc: {
|
|
469
|
+
id: '',
|
|
470
|
+
en: 'Poultry Farm',
|
|
471
|
+
},
|
|
472
|
+
construction: [
|
|
473
|
+
'construction-1',
|
|
474
|
+
'construction-2',
|
|
475
|
+
'construction-3',
|
|
476
|
+
],
|
|
477
|
+
},
|
|
466
478
|
];
|
|
467
479
|
exports.default = occupation;
|
|
@@ -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,
|