@carsayo/types 1.1.891703 → 1.1.891705

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.
@@ -53,6 +53,10 @@ export interface DealerOrderListOptionDTO extends OrderListOptionDTO {
53
53
  }
54
54
  export interface AdminOrderListOptionDTO extends OrderListOptionDTO {
55
55
  orderType?: OrderCategory;
56
+ /** 이게 활성화되면 trashed인 주문만 강제로 조회합니다.
57
+ * @note orderStateList값을 무시합니다.
58
+ */
59
+ isTrashed?: boolean;
56
60
  /**
57
61
  * @description 해당 소속사 카매니저가 입찰한 주문 리스트 검색
58
62
  */
@@ -14,6 +14,7 @@ export interface OrderStateCountInfo {
14
14
  canceled: number;
15
15
  deleted: number;
16
16
  finished: number;
17
+ trashed: number;
17
18
  }
18
19
  export interface OrderInfoTime {
19
20
  created_at: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891703",
3
+ "version": "1.1.891705",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",