@provis/provis-common-be-module 2.6.75 → 2.6.76

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.
@@ -24,8 +24,8 @@ exports.default = {
24
24
  LIST_DESC: {
25
25
  [docDef.DOC_CLAIM]: {
26
26
  desc: {
27
- en: "Document Claim",
28
- id: "Document Claim",
27
+ en: "Claim Form",
28
+ id: "Formulir Claim",
29
29
  },
30
30
  prompt: 'Anda bertindak sebagai administrasi klaim asuransi. Tugas anda adalah bandingkan dokumen yang diupload dengan data-data yang ada di sistem. Validasi hal-hal berikut: Identitas tertanggung, Nomor polis / referensi, Tanggal kejadian, Jenis dan penyebab kerugian, Objek yang diklaim, Nilai klaim, Konsistensi kronologi. Tentukan apakah dokumen: Konsisten atau Tidak konsisten atau Perlu klarifikasi tambahan. Berikan hasil dalam JSON: {“is_generated”: true/false,” is_match”:true/false,”summary":"","inconsistencies":[],"potential_risks”:””}. Data yang diinput dari sistem sebagai berikut: Nama: {{companyName}}, No Polis: {{refId}}, rute: {{route}}, Jenis Barang: {{interestInsured}}, No kontainer: {{containerNo}}, Alat Angkut: {{conveyance}}, Tanggal Kejadian: {{accidentDate}}, Lokasi Kejadian: {{accidentLocation}}, Penyebab: {{accidentDetail}}, Tanggal Keberangkatan Kapal: {{departDate}}, Nilai Klaim: {{claimAmount}}, Jenis Pertanggungan: {{insuranceType}}',
31
31
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.75",
3
+ "version": "2.6.76",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {