@provis/provis-common-be-module 2.6.45 → 2.6.47

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.
@@ -960,6 +960,12 @@ const insurance = [
960
960
  "insuranceCode": "PMS-INS-0165",
961
961
  "insuranceName": "PT Asuransi Etiqa Internasional",
962
962
  "createdDate": "2023-08-23 11:44:41.619062"
963
+ },
964
+ {
965
+ "id": 272,
966
+ "insuranceCode": "PMS-INS-0167",
967
+ "insuranceName": "Hydor AS",
968
+ "createdDate": "2023-08-23 11:44:41.619062"
963
969
  }
964
970
  ];
965
971
  exports.default = insurance;
@@ -117,8 +117,8 @@ const additionalCoverage = [
117
117
  {
118
118
  code: 'EQ',
119
119
  desc: {
120
- en: 'Earthquake, Volcanic Eruption, Fire and Explosion',
121
- id: 'Gempa Bumi, Letusan Gunung Berapi, Kebakaran, dan Ledakan',
120
+ en: 'Earthquake, Volcanic Eruption, Tsunami',
121
+ id: 'Gempa Bumi, Letusan Gunung Berapi, Tsunami',
122
122
  },
123
123
  insuredPerils: {
124
124
  true: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.45",
3
+ "version": "2.6.47",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {