@provis/provis-common-be-module 1.4.29 → 1.4.30

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.
@@ -283,7 +283,7 @@ product.LIST = {
283
283
  },
284
284
  [product.PRODUCT_CODE_OTTO_AUM_GP]: {
285
285
  value: product.PRODUCT_CODE_OTTO_AUM_GP,
286
- name: "OTTO GAMERS",
286
+ name: "Gamers Protection",
287
287
  },
288
288
  [product.PRODUCT_CODE_OTTO_AUM_PLN]: {
289
289
  value: product.PRODUCT_CODE_OTTO_AUM_PLN,
@@ -295,15 +295,15 @@ product.LIST = {
295
295
  },
296
296
  [product.PRODUCT_CODE_OTTO_AUM_SB]: {
297
297
  value: product.PRODUCT_CODE_OTTO_AUM_SB,
298
- name: "OTTO Stok Barang",
298
+ name: "Merchant Protection Stock",
299
299
  },
300
300
  [product.PRODUCT_CODE_OTTO_AUM_FB]: {
301
301
  value: product.PRODUCT_CODE_OTTO_AUM_FB,
302
- name: "OTTO FLEXAS & Banjir",
302
+ name: "Merchant Protection Flexas - Flood",
303
303
  },
304
304
  [product.PRODUCT_CODE_OTTO_AUM_FBK]: {
305
305
  value: product.PRODUCT_CODE_OTTO_AUM_FBK,
306
- name: "OTTO FLEXAS Banjir & Kebongkaran",
306
+ name: "Merchant Protection Flexas - Flood - Burglary",
307
307
  },
308
308
  };
309
309
  exports.default = product;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.29",
3
+ "version": "1.4.30",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {