@carsayo/types 1.1.892007 → 1.1.892008

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.
@@ -193,36 +193,3 @@ export interface SellCarComplexes {
193
193
  /** 매매단지 소속 시도 id */
194
194
  sell_car_cities_id: number;
195
195
  }
196
- /** 관리자 페이지에서 조회한 딜러 가입 리스트 */
197
- export interface SellCarDealerSignupList extends UsedCarDealerInfo {
198
- /** 경력 연수 */
199
- experienceYears: number | null;
200
- /** 사업자 등록번호 */
201
- business_reg_no: string | null;
202
- /** 사업자 등록증 파일 */
203
- file_member_dealer_sell_car_business_certificate_idTofile: FileInfo | null;
204
- /** 사원증 파일 */
205
- file_member_dealer_sell_car_employee_card_idTofile: FileInfo | null;
206
- /** 내차팔기 신분증 */
207
- file_member_dealer_sell_car_id_card_idTofile: FileInfo | null;
208
- /** 내차팔기 명함 파일 */
209
- file_member_dealer_sell_car_name_card_idTofile: FileInfo | null;
210
- /** 무역업 고유번호 */
211
- sell_car_trade_business_reg_no: string | null;
212
- /** 무역업 고유번호 파일 */
213
- file_member_dealer_sell_car_trade_business_reg_file_idTofile: FileInfo | null;
214
- signupState: "submitted" | "rejected" | "accepted";
215
- signupRejectMessage: string | null;
216
- /** 가입신청일자 */
217
- submitted_at: Date;
218
- /** 가입승인일자 */
219
- accepted_at: Date | null;
220
- /** 가입거절일자 */
221
- rejected_at: Date | null;
222
- /** 매매업종 사업증 유효기간 - 시작 (YYYYMMDD) */
223
- tradingCertificate_term_start: string | null;
224
- /** 매매업종 사업증 유효기간 - 종료 (YYYYMMDD) */
225
- tradingCertificate_term_finish: string | null;
226
- /** 근무지역 (SidoId) */
227
- workingSidoId: SidoId | null;
228
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892007",
3
+ "version": "1.1.892008",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",