@provis/provis-common-be-module 1.4.21 → 1.4.22

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.
@@ -191,15 +191,15 @@ product.LIST = {
191
191
  },
192
192
  [product.PRODUCT_CODE_GENERAL_LIABILITY]: {
193
193
  value: product.PRODUCT_CODE_GENERAL_LIABILITY,
194
- name: "General Liability"
194
+ name: "General Liability",
195
195
  },
196
196
  [product.PRODUCT_CODE_WEDDING]: {
197
197
  value: product.PRODUCT_CODE_WEDDING,
198
- name: "General Wedding"
198
+ name: "General Wedding",
199
199
  },
200
200
  [product.PRODUCT_CODE_PENSIUN_FUND]: {
201
201
  value: product.PRODUCT_CODE_PENSIUN_FUND,
202
- name: "Pensiun Fund"
202
+ name: "Pensiun Fund",
203
203
  },
204
204
  [product.PRODUCT_CODE_ENVIRONMENTAL_LIABILITY]: {
205
205
  value: product.PRODUCT_CODE_ENVIRONMENTAL_LIABILITY,
@@ -207,15 +207,15 @@ product.LIST = {
207
207
  },
208
208
  [product.PRODUCT_CODE_PROTECTION_INDEMNITY]: {
209
209
  value: product.PRODUCT_CODE_PROTECTION_INDEMNITY,
210
- name: "Protection Indemnity"
210
+ name: "Protection Indemnity",
211
211
  },
212
212
  [product.PRODUCT_CODE_STUDENT_PROTECTION]: {
213
213
  value: product.PRODUCT_CODE_STUDENT_PROTECTION,
214
- name: "Student Protection"
214
+ name: "Student Protection",
215
215
  },
216
216
  [product.PRODUCT_CODE_GADGET]: {
217
217
  value: product.PRODUCT_CODE_GADGET,
218
- name: "Gadget"
218
+ name: "Gadget",
219
219
  },
220
220
  [product.PRODUCT_CODE_ELECTRONIC_EQUIPMENT]: {
221
221
  value: product.PRODUCT_CODE_ELECTRONIC_EQUIPMENT,
@@ -281,5 +281,29 @@ product.LIST = {
281
281
  value: product.PRODUCT_CODE_RETAIL_POS_CARGO,
282
282
  name: "Polismall Pos Cargo Retail",
283
283
  },
284
+ [product.PRODUCT_CODE_OTTO_AUM_GP]: {
285
+ value: product.PRODUCT_CODE_OTTO_AUM_GP,
286
+ name: "OTTO GAMERS",
287
+ },
288
+ [product.PRODUCT_CODE_OTTO_AUM_PLN]: {
289
+ value: product.PRODUCT_CODE_OTTO_AUM_PLN,
290
+ name: "OTTO PLN",
291
+ },
292
+ [product.PRODUCT_CODE_OTTO_AUM_PDAM]: {
293
+ value: product.PRODUCT_CODE_OTTO_AUM_PDAM,
294
+ name: "OTTO PDAM",
295
+ },
296
+ [product.PRODUCT_CODE_OTTO_AUM_SB]: {
297
+ value: product.PRODUCT_CODE_OTTO_AUM_SB,
298
+ name: "OTTO Stok Barang",
299
+ },
300
+ [product.PRODUCT_CODE_OTTO_AUM_FB]: {
301
+ value: product.PRODUCT_CODE_OTTO_AUM_FB,
302
+ name: "OTTO FLEXAS & Banjir",
303
+ },
304
+ [product.PRODUCT_CODE_OTTO_AUM_FBK]: {
305
+ value: product.PRODUCT_CODE_OTTO_AUM_FBK,
306
+ name: "OTTO FLEXAS Banjir & Kebongkaran",
307
+ },
284
308
  };
285
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.21",
3
+ "version": "1.4.22",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -15,4 +15,4 @@
15
15
  "uniqid": "^5.3.0"
16
16
  },
17
17
  "devDependencies": {}
18
- }
18
+ }