@carsayo/types 1.1.892005 → 1.1.892006

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