@carsayo/types 1.1.892004 → 1.1.892005

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.
@@ -14,8 +14,12 @@ export type ChatOpponent = {
14
14
  isRecipientNotiEnabled: boolean;
15
15
  };
16
16
  export declare const ChatRoomType: {
17
- readonly repairService: "내차팔기_서비스";
18
- readonly repairDirect: "내차팔기_공업사_직접문의";
17
+ /** 사고수리 서비스 채팅 */
18
+ readonly repairService: "repairService";
19
+ /** 사고수리 공업사 직접문의 채팅 */
20
+ readonly repairDirect: "repairDirect";
21
+ /** 내차팔기 관리자 1:1 문의 */
22
+ readonly inquiry_sellcar: "inquiry_sellcar";
19
23
  };
20
24
  export type ChatRoomType = keyof typeof ChatRoomType;
21
25
  export type ChatCreateRoomInfo = {
@@ -2,8 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TargetApp = exports.ChatRoomType = void 0;
4
4
  exports.ChatRoomType = {
5
- repairService: "내차팔기_서비스",
6
- repairDirect: "내차팔기_공업사_직접문의",
5
+ /** 사고수리 서비스 채팅 */
6
+ repairService: "repairService",
7
+ /** 사고수리 공업사 직접문의 채팅 */
8
+ repairDirect: "repairDirect",
9
+ /** 내차팔기 관리자 1:1 문의 */
10
+ inquiry_sellcar: "inquiry_sellcar",
7
11
  };
8
12
  exports.TargetApp = {
9
13
  carsayo: "카사요",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892004",
3
+ "version": "1.1.892005",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",