@carsayo/types 1.1.891916 → 1.1.891917

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.
@@ -136,8 +136,6 @@ export interface CurrentDealerPenalty {
136
136
  reason: CurrentDealerPenaltyReason;
137
137
  /** 패널티 내용 */
138
138
  content: string;
139
- /** 패널티 만료 시점 */
140
- expired_at: Date;
141
139
  /** 이 경고로 인해 발생한 패널티 정보 */
142
140
  penalty: {
143
141
  type: CurrentDealerPenaltyType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891916",
3
+ "version": "1.1.891917",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",