@carsayo/types 1.1.892093 → 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,2 +1,3 @@
1
1
  export declare const ADMIN_CHAT_ID = "CsyAdminChat";
2
+ export declare const ADMIN_CHAT_NAME = "\uCE74\uC0AC\uC694 \uACE0\uAC1D\uC13C\uD130";
2
3
  export declare const ADMIN_PROFILE_IMAGE = "https://cdn.carsayo.net/carsayo/thumbnail/admin/profile.png";
@@ -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";
@@ -921,7 +921,7 @@ export interface SellMyCarOrder_Admin extends SellMyCarOrder {
921
921
  /** 해당 주문에 연결된 1:1 문의 채팅방 ID (고객, 딜러용)
922
922
  * @note sell-car-order.chat_room_inquiry_id
923
923
  */
924
- inquiry_chat_room_id_list: {
924
+ inquiry_chat_room_list: {
925
925
  member_id: string;
926
926
  chat_room_id: string;
927
927
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892093",
3
+ "version": "1.1.892095",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",