@carsayo/types 1.1.892037 → 1.1.892038

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.
@@ -875,6 +875,10 @@ export interface SellMyCarOrder_Dealer extends SellMyCarOrder {
875
875
  /** 관리자용 */
876
876
  export interface SellMyCarOrder_Admin extends SellMyCarOrder {
877
877
  /** 검토완료 여부 */
878
+ admin_check: {
879
+ checked_at: Date;
880
+ checked_name: string;
881
+ } | null;
878
882
  is_reviewed: boolean;
879
883
  /** 딜러 입찰 목록 */
880
884
  bid: SellMyCarOrderBid[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892037",
3
+ "version": "1.1.892038",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",