@provis/provis-common-be-module 2.5.26 → 2.5.27

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.
@@ -68,5 +68,6 @@ declare const product: {
68
68
  PRODUCT_CODE_RETAIL_POS_CARGO: string;
69
69
  PRODUCT_CODE_WRPL: string;
70
70
  PRODUCT_CODE_CREDIT_DEFAULT: string;
71
+ PRODUCT_CODE_FINE_ART_COLLECTION: string;
71
72
  };
72
73
  export default product;
@@ -76,6 +76,7 @@ const product = {
76
76
  PRODUCT_CODE_RETAIL_POS_CARGO: 'polismall-pos-cargo',
77
77
  PRODUCT_CODE_WRPL: 'polismall-wrpl',
78
78
  PRODUCT_CODE_CREDIT_DEFAULT: 'polismall-credit-default',
79
+ PRODUCT_CODE_FINE_ART_COLLECTION: 'polismall-fine-art-collections',
79
80
  };
80
81
  product.LIST = {
81
82
  [product.PRODUCT_CODE_BNI_MOBIL]: {
@@ -340,6 +341,10 @@ product.LIST = {
340
341
  value: product.PRODUCT_CODE_CREDIT_DEFAULT,
341
342
  name: "Credit Default",
342
343
  },
344
+ [product.PRODUCT_CODE_FINE_ART_COLLECTION]: {
345
+ value: product.PRODUCT_CODE_FINE_ART_COLLECTION,
346
+ name: "Fine Art and Collections Insurance",
347
+ },
343
348
  };
344
349
  product.MANUAL_LIST = [
345
350
  product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
@@ -383,6 +388,7 @@ product.MANUAL_LIST = [
383
388
  product.LIST[product.PRODUCT_CODE_WRPL],
384
389
  product.LIST[product.PRODUCT_CODE_PA_SOGO_ELI_DAYIN],
385
390
  product.LIST[product.PRODUCT_CODE_CREDIT_DEFAULT],
391
+ product.LIST[product.PRODUCT_CODE_FINE_ART_COLLECTION],
386
392
  ];
387
393
  product.CARGO_BY_SYSTEM_LIST = [
388
394
  product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.5.26",
3
+ "version": "2.5.27",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {