@provis/provis-common-be-module 1.4.16 → 1.4.18

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.
@@ -45,6 +45,12 @@ declare const product: {
45
45
  PRODUCT_CODE_OTTO_CI: string;
46
46
  PRODUCT_CODE_OTTO_FLEXAS: string;
47
47
  PRODUCT_CODE_OTTO_CRACK_SCREEN: string;
48
+ PRODUCT_CODE_OTTO_AUM_GP: string;
49
+ PRODUCT_CODE_OTTO_AUM_PLN: string;
50
+ PRODUCT_CODE_OTTO_AUM_PDAM: string;
51
+ PRODUCT_CODE_OTTO_AUM_SB: string;
52
+ PRODUCT_CODE_OTTO_AUM_FB: string;
53
+ PRODUCT_CODE_OTTO_AUM_FBK: string;
48
54
  PRODUCT_CODE_BDKI_MOTOR: string;
49
55
  PRODUCT_CODE_BDKI_RUMAH: string;
50
56
  PRODUCT_CODE_BNI_MOBIL: string;
@@ -48,6 +48,12 @@ const product = {
48
48
  PRODUCT_CODE_OTTO_CI: 'polismall-otto-critical-illness',
49
49
  PRODUCT_CODE_OTTO_FLEXAS: 'polismall-otto-flexas',
50
50
  PRODUCT_CODE_OTTO_CRACK_SCREEN: 'polismall-otto-crack',
51
+ PRODUCT_CODE_OTTO_AUM_GP: 'polismall-otto-aum-gp',
52
+ PRODUCT_CODE_OTTO_AUM_PLN: 'polismall-otto-aum-pln',
53
+ PRODUCT_CODE_OTTO_AUM_PDAM: 'polismall-otto-aum-pdam',
54
+ PRODUCT_CODE_OTTO_AUM_SB: 'polismall-otto-aum-sb',
55
+ PRODUCT_CODE_OTTO_AUM_FB: 'polismall-otto-aum-fb',
56
+ PRODUCT_CODE_OTTO_AUM_FBK: 'polismall-otto-aum-fbk',
51
57
  // BDKI
52
58
  PRODUCT_CODE_BDKI_MOTOR: 'polismall-bdki-motor',
53
59
  PRODUCT_CODE_BDKI_RUMAH: 'polismall-bdki-rumah',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.16",
3
+ "version": "1.4.18",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {