@provis/provis-common-be-module 2.6.71 → 2.6.73

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.
@@ -327,5 +327,12 @@
327
327
  "en": "0,5% of Claim Amount for each and every loss",
328
328
  "id": "0,5% of Claim Amount for each and every loss"
329
329
  }
330
+ },
331
+ {
332
+ "code": "DEDUC-048",
333
+ "desc": {
334
+ "en": "10% of Claim Amount, minimum IDR 100.000.000 for each and every loss",
335
+ "id": "10% of Claim Amount, minimum IDR 100.000.000 for each and every loss"
336
+ }
330
337
  }
331
338
  ]
@@ -49,6 +49,13 @@ declare const quotation: {
49
49
  id: string;
50
50
  };
51
51
  };
52
+ TYPE_QUOTATION_ATTACHMENT_SIMPLIFIED_CUSTOMER_GENERATED_QUOTATION: {
53
+ code: string;
54
+ desc: {
55
+ en: string;
56
+ id: string;
57
+ };
58
+ };
52
59
  LIST: any[];
53
60
  };
54
61
  export default quotation;
@@ -51,6 +51,13 @@ const quotation = {
51
51
  id: "Draf Kutipan Pertanggungan untuk Nasabah yang Dihasilkan Secara Otomatis"
52
52
  },
53
53
  },
54
+ TYPE_QUOTATION_ATTACHMENT_SIMPLIFIED_CUSTOMER_GENERATED_QUOTATION: {
55
+ code: 'SIMPLIFIED_CUSTOMER_GENERATED_QUOTATION',
56
+ desc: {
57
+ en: "Simplified Customer Quotation Auto Generated",
58
+ id: "Kutipan Pertanggungan Sederhana untuk Nasabah yang Dihasilkan Secara Otomatis"
59
+ },
60
+ },
54
61
  LIST: [],
55
62
  };
56
63
  quotation.LIST.push(quotation.TYPE_QUOTATION_ATTACHMENT_PREMIUM_NOTE);
@@ -60,6 +67,7 @@ quotation.LIST.push(quotation.TYPE_QUOTATION_ATTACHMENT_POLICY);
60
67
  quotation.LIST.push(quotation.TYPE_QUOTATION_ATTACHMENT_INSURER_GENERATED_QUOTATION);
61
68
  quotation.LIST.push(quotation.TYPE_QUOTATION_ATTACHMENT_CUSTOMER_GENERATED_QUOTATION);
62
69
  quotation.LIST.push(quotation.TYPE_QUOTATION_ATTACHMENT_DRAFT_CUSTOMER_GENERATED_QUOTATION);
70
+ quotation.LIST.push(quotation.TYPE_QUOTATION_ATTACHMENT_SIMPLIFIED_CUSTOMER_GENERATED_QUOTATION);
63
71
  quotation.LIST_OF_UPLOAD_DOCUMENT.push(quotation.TYPE_QUOTATION_ATTACHMENT_PREMIUM_NOTE);
64
72
  quotation.LIST_OF_UPLOAD_DOCUMENT.push(quotation.TYPE_QUOTATION_ATTACHMENT_COMMISSION_NOTE);
65
73
  quotation.LIST_OF_UPLOAD_DOCUMENT.push(quotation.TYPE_QUOTATION_ATTACHMENT_DOC_OTHER);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.71",
3
+ "version": "2.6.73",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {