@carsayo/types 1.1.892108 → 1.1.892109

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.
@@ -523,7 +523,7 @@ export interface DealerOrderDetail extends OrderDetail {
523
523
  }
524
524
  export interface AdminOrderDetail extends OrderDetail {
525
525
  /** 주문자 */
526
- member: MemberShort;
526
+ member: MemberShort | null;
527
527
  /** 낙찰되었을 경우 담당 카매니저 */
528
528
  manager: DealerShort | null;
529
529
  /** 해당 주문에 입찰한 카매니저 수 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892108",
3
+ "version": "1.1.892109",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",