@provis/provis-common-be-module 2.6.48 → 2.6.50
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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = {
|
|
4
|
+
BASE_TEMPLATE: {
|
|
5
|
+
FOOTER: "</td></tr><tr><td colspan='2' style='padding:0;background:#1a7a7a;'><table width='100%' cellpadding='0' cellspacing='0' border='0'><tr><td style='padding:28px 32px 20px;text-align:center;'><p style='margin:0 0 20px;color:#ffffff;font-size:13px;font-weight:600;letter-spacing:0.3px;'>Jika Ada Pertanyaan, Silakan Hubungi Kami</p><table width='100%' cellpadding='0' cellspacing='0' border='0'><tr><td width='48%' valign='top' style='background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);border-radius:8px;padding:16px 14px;'><p style='margin:0 0 8px;color:#a8e6e0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;'>🛡️ Pertanyaan Asuransi</p><table cellpadding='0' cellspacing='0' border='0' style='margin-bottom:6px;'><tr><td style='padding-right:6px;vertical-align:middle;'><img src='https://img.icons8.com/color/20/whatsapp--v1.png' width='16' height='16' alt='WA' style='display:block;' /></td><td><a href='https://api.whatsapp.com/send/?phone=6285157882495&text=Halo%2C%20saya%20ingin%20bertanya%20mengenai%20asuransi%20Polismall' style='color:#ffffff;font-size:12px;font-weight:600;text-decoration:none;'>+62 851-5788-2495</a></td></tr></table><table cellpadding='0' cellspacing='0' border='0'><tr><td style='padding-right:6px;vertical-align:middle;'><img src='https://img.icons8.com/color/20/email--v1.png' width='16' height='16' alt='Email' style='display:block;' /></td><td><a href='mailto:service@provisms.com' style='color:#a8e6e0;font-size:11.5px;text-decoration:none;'>service@provisms.com</a></td></tr></table></td><td width='4%'> </td><td width='48%' valign='top' style='background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);border-radius:8px;padding:16px 14px;'><p style='margin:0 0 8px;color:#ffd199;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;'>📋 Pertanyaan Klaim</p><table cellpadding='0' cellspacing='0' border='0' style='margin-bottom:6px;'><tr><td style='padding-right:6px;vertical-align:middle;'><img src='https://img.icons8.com/color/20/whatsapp--v1.png' width='16' height='16' alt='WA' style='display:block;' /></td><td><a href='https://api.whatsapp.com/send/?phone=6285171679085&text=Halo%2C%20saya%20ingin%20menghubungi%20tim%20klaim%20PT%20Pialang%20Asuransi%20Provis%20Mitra%20Sinergi' style='color:#ffffff;font-size:12px;font-weight:600;text-decoration:none;'>+62 851-7167-9085</a></td></tr></table><table cellpadding='0' cellspacing='0' border='0'><tr><td style='padding-right:6px;vertical-align:middle;'><img src='https://img.icons8.com/color/20/email--v1.png' width='16' height='16' alt='Email' style='display:block;' /></td><td><a href='mailto:claim@provisms.com' style='color:#ffd199;font-size:11.5px;text-decoration:none;'>claim@provisms.com</a></td></tr></table></td></tr></table></td></tr></table></td></tr><tr style='background-color: #e5e7eb;'><td class='pd-mb pd-footer-mb' style='text-align: center; padding-bottom: 10px;padding-top: 10px;' colspan='2'><strong style='font-size:0.6rem;'>PT Pialang Asuransi Provis Mitra Sinergi (Polismall) terdaftar dan diawasi oleh Otoritas Jasa Keuangan</strong><br><img src='https://temas.polismall.com/img/footer.png' style='width: 100%;'></td></tr></tbody></table></div></body></html>"
|
|
6
|
+
}
|
|
7
|
+
};
|
|
@@ -2,4 +2,5 @@ import config from "./config";
|
|
|
2
2
|
import currency from "./currency";
|
|
3
3
|
import operator from "./operator";
|
|
4
4
|
import product from "./product";
|
|
5
|
-
|
|
5
|
+
import email from "./email";
|
|
6
|
+
export { config, currency, operator, product, email, };
|
package/dist/constants/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.product = exports.operator = exports.currency = exports.config = void 0;
|
|
3
|
+
exports.email = exports.product = exports.operator = exports.currency = exports.config = void 0;
|
|
4
4
|
const config_1 = require("./config");
|
|
5
5
|
exports.config = config_1.default;
|
|
6
6
|
const currency_1 = require("./currency");
|
|
@@ -9,3 +9,5 @@ const operator_1 = require("./operator");
|
|
|
9
9
|
exports.operator = operator_1.default;
|
|
10
10
|
const product_1 = require("./product");
|
|
11
11
|
exports.product = product_1.default;
|
|
12
|
+
const email_1 = require("./email");
|
|
13
|
+
exports.email = email_1.default;
|
|
@@ -75,7 +75,7 @@ const vehicleTypeCode = [
|
|
|
75
75
|
id: "Kendaraan Non Bus dan Non Truk",
|
|
76
76
|
en: "Non-Bus and Non-Truck Vehicles",
|
|
77
77
|
},
|
|
78
|
-
maxAge:
|
|
78
|
+
maxAge: 25,
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
code: "VT002",
|
|
@@ -83,7 +83,7 @@ const vehicleTypeCode = [
|
|
|
83
83
|
id: "Truk dan Pickup",
|
|
84
84
|
en: "Truck and Pickup",
|
|
85
85
|
},
|
|
86
|
-
maxAge:
|
|
86
|
+
maxAge: 25,
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
code: "VT003",
|
|
@@ -91,7 +91,7 @@ const vehicleTypeCode = [
|
|
|
91
91
|
id: "Bus",
|
|
92
92
|
en: "Bus",
|
|
93
93
|
},
|
|
94
|
-
maxAge:
|
|
94
|
+
maxAge: 25,
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
code: "VT004",
|
|
@@ -99,7 +99,7 @@ const vehicleTypeCode = [
|
|
|
99
99
|
id: "Kendaraan Roda 2 (dua)",
|
|
100
100
|
en: "2 (two) Wheeled Vehicle",
|
|
101
101
|
},
|
|
102
|
-
maxAge:
|
|
102
|
+
maxAge: 25,
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
code: "VT005",
|
|
@@ -107,7 +107,7 @@ const vehicleTypeCode = [
|
|
|
107
107
|
id: "Non Bus dan Non Truk Listrik",
|
|
108
108
|
en: "Non-Bus and Non-Truck Electrical Vehicles",
|
|
109
109
|
},
|
|
110
|
-
maxAge:
|
|
110
|
+
maxAge: 25,
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
code: "VT006",
|
|
@@ -115,7 +115,7 @@ const vehicleTypeCode = [
|
|
|
115
115
|
id: "Kendaraan Roda 2 (dua) Listrik",
|
|
116
116
|
en: "2 (two) Wheeled Electrical Vehicle",
|
|
117
117
|
},
|
|
118
|
-
maxAge:
|
|
118
|
+
maxAge: 25,
|
|
119
119
|
},
|
|
120
120
|
];
|
|
121
121
|
exports.vehicleTypeCode = vehicleTypeCode;
|