@carsayo/types 1.1.892094 → 1.1.892095
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ADMIN_PROFILE_IMAGE = exports.ADMIN_CHAT_ID = void 0;
|
|
3
|
+
exports.ADMIN_PROFILE_IMAGE = exports.ADMIN_CHAT_NAME = exports.ADMIN_CHAT_ID = void 0;
|
|
4
4
|
exports.ADMIN_CHAT_ID = "CsyAdminChat";
|
|
5
|
+
exports.ADMIN_CHAT_NAME = "카사요 고객센터";
|
|
5
6
|
exports.ADMIN_PROFILE_IMAGE = "https://cdn.carsayo.net/carsayo/thumbnail/admin/profile.png";
|