@carsayo/types 1.1.892121 → 1.1.892122

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.
@@ -304,6 +304,8 @@ export interface OrderListData extends OrderInfoTime {
304
304
  id: string;
305
305
  type: OrderType;
306
306
  state: OrderState;
307
+ /** 빠른견적 여부 */
308
+ isFast: boolean;
307
309
  /** 주문번호 */
308
310
  code: string;
309
311
  /** 주문 제목 (주로 차량명) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892121",
3
+ "version": "1.1.892122",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",