@carsayo/types 1.1.892000 → 1.1.892002

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.
@@ -592,6 +592,8 @@ export interface MemberLoginByIdentifyTokenDTO extends MemberIdentifyDTO {
592
592
  export interface MemberSignoutDTO {
593
593
  /** 회원탈퇴 사유 */
594
594
  reason: string;
595
+ /** 회원탈퇴 사유 추가 설명 */
596
+ reason_detail?: string;
595
597
  }
596
598
  /**
597
599
  * 관리자 전용 Id, Pw 로그인
@@ -161,7 +161,7 @@ export interface SellMyCarSettlementSearchDTO {
161
161
  /** 정렬 키 목록 */
162
162
  order: "asc" | "desc";
163
163
  }
164
- export interface ReqSellMyCarSettlementRequestExpenseProofDTO {
164
+ export interface ReqSellMyCarSettlementRequestExpenseProofDTO extends ReqSellMyCarId {
165
165
  /** 지출증빙 요청 시 정보 */
166
166
  request: {
167
167
  tax_invoice: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892000",
3
+ "version": "1.1.892002",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",