@carsayo/types 1.1.892095 → 1.1.892096

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.
@@ -2,3 +2,7 @@ export interface ConnectChatSellCarInfoDTO {
2
2
  sell_car_order_id: string;
3
3
  chat_room_inquiry_id: string;
4
4
  }
5
+ export interface ConnectChatSellCarInfoDTO_Admin extends ConnectChatSellCarInfoDTO {
6
+ /** 관리자는 연결 대상 회원Id가 필요 */
7
+ member_id: string;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892095",
3
+ "version": "1.1.892096",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",