@carsayo/types 1.1.892003 → 1.1.892004
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,4 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ADMIN_CHAT_ID = void 0;
|
|
3
|
+
exports.ADMIN_PROFILE_IMAGE = exports.ADMIN_CHAT_ID = void 0;
|
|
4
4
|
exports.ADMIN_CHAT_ID = "CsyAdminChat";
|
|
5
|
+
exports.ADMIN_PROFILE_IMAGE = "https://cdn.carsayo.net/carsayo/thumbnail/admin/profile.png";
|
|
@@ -13,7 +13,11 @@ export type ChatOpponent = {
|
|
|
13
13
|
*/
|
|
14
14
|
isRecipientNotiEnabled: boolean;
|
|
15
15
|
};
|
|
16
|
-
export
|
|
16
|
+
export declare const ChatRoomType: {
|
|
17
|
+
readonly repairService: "내차팔기_서비스";
|
|
18
|
+
readonly repairDirect: "내차팔기_공업사_직접문의";
|
|
19
|
+
};
|
|
20
|
+
export type ChatRoomType = keyof typeof ChatRoomType;
|
|
17
21
|
export type ChatCreateRoomInfo = {
|
|
18
22
|
roomId: string;
|
|
19
23
|
carsayoId: string;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TargetApp = void 0;
|
|
3
|
+
exports.TargetApp = exports.ChatRoomType = void 0;
|
|
4
|
+
exports.ChatRoomType = {
|
|
5
|
+
repairService: "내차팔기_서비스",
|
|
6
|
+
repairDirect: "내차팔기_공업사_직접문의",
|
|
7
|
+
};
|
|
4
8
|
exports.TargetApp = {
|
|
5
9
|
carsayo: "카사요",
|
|
6
10
|
partners: "파트너스",
|