@provis/provis-common-be-module 2.6.49 → 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;
|