@carsayo/types 1.1.891922 → 1.1.891923

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.
@@ -395,7 +395,7 @@ export interface SellMyCarOrderPurchaseInfo {
395
395
  /** 가격조정근거(검차결과)
396
396
  * @note Stringified JSON
397
397
  */
398
- price_adjustment: string | null;
398
+ price_adjustment: string;
399
399
  } | null;
400
400
  /** 딜러 구매 완료 시점 */
401
401
  purchase_completed_at: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891922",
3
+ "version": "1.1.891923",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",