@carsayo/types 1.1.892107 → 1.1.892108

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.
@@ -51,7 +51,7 @@ export interface OrderInfo extends OrderInfoTime {
51
51
  code: string;
52
52
  type: OrderType;
53
53
  state: OrderState;
54
- member: MemberShort;
54
+ member: MemberShort | null;
55
55
  /** @notice 마스킹될 경우 null이 들어갑니다 */
56
56
  manager: DealerShort | null;
57
57
  /** 주문 제목 (주로 차량명) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892107",
3
+ "version": "1.1.892108",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",