@carsayo/types 1.1.892081 → 1.1.892082
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.
- package/dist/data/bankcode.d.ts +167 -0
- package/dist/data/bankcode.js +66 -0
- package/dist/data/board.d.ts +74 -0
- package/dist/data/board.js +56 -0
- package/dist/data/car.d.ts +822 -0
- package/dist/data/car.js +895 -0
- package/dist/data/carOptionRelationCategory.d.ts +20 -0
- package/dist/data/carOptionRelationCategory.js +28 -0
- package/dist/data/carPopularCategory.d.ts +20 -0
- package/dist/data/carPopularCategory.js +28 -0
- package/dist/data/collaborator.d.ts +9 -0
- package/dist/data/collaborator.js +18 -0
- package/dist/data/index.d.ts +11 -0
- package/dist/data/index.js +27 -0
- package/dist/data/purchase.d.ts +18 -0
- package/dist/data/purchase.js +25 -0
- package/dist/data/region.d.ts +1226 -0
- package/dist/data/region.js +267 -0
- package/dist/data/role.d.ts +121 -0
- package/dist/data/role.js +150 -0
- package/dist/data/sell_car.d.ts +57 -0
- package/dist/data/sell_car.js +71 -0
- package/dist/data/system.d.ts +19 -0
- package/dist/data/system.js +28 -0
- package/dist/data/term.d.ts +349 -0
- package/dist/data/term.js +395 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +18 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.js +18 -0
- package/dist/types/modules/accidentReport/dto.d.ts +73 -0
- package/dist/types/modules/accidentReport/dto.js +2 -0
- package/dist/types/modules/accidentReport/index.d.ts +3 -0
- package/dist/types/modules/accidentReport/index.js +19 -0
- package/dist/types/modules/accidentReport/interface.d.ts +309 -0
- package/dist/types/modules/accidentReport/interface.js +2 -0
- package/dist/types/modules/accidentReport/type.d.ts +36 -0
- package/dist/types/modules/accidentReport/type.js +35 -0
- package/dist/types/modules/board/dto.d.ts +189 -0
- package/dist/types/modules/board/dto.js +3 -0
- package/dist/types/modules/board/index.d.ts +3 -0
- package/dist/types/modules/board/index.js +19 -0
- package/dist/types/modules/board/interface.d.ts +233 -0
- package/dist/types/modules/board/interface.js +2 -0
- package/dist/types/modules/board/type.d.ts +30 -0
- package/dist/types/modules/board/type.js +8 -0
- package/dist/types/modules/car/dto.d.ts +404 -0
- package/dist/types/modules/car/dto.js +15 -0
- package/dist/types/modules/car/index.d.ts +3 -0
- package/dist/types/modules/car/index.js +19 -0
- package/dist/types/modules/car/interface.d.ts +594 -0
- package/dist/types/modules/car/interface.js +2 -0
- package/dist/types/modules/car/type.d.ts +11 -0
- package/dist/types/modules/car/type.js +13 -0
- package/dist/types/modules/chat/constants.d.ts +2 -0
- package/dist/types/modules/chat/constants.js +5 -0
- package/dist/types/modules/chat/dto.d.ts +4 -0
- package/dist/types/modules/chat/dto.js +2 -0
- package/dist/types/modules/chat/index.d.ts +6 -0
- package/dist/types/modules/chat/index.js +22 -0
- package/dist/types/modules/chat/type.d.ts +117 -0
- package/dist/types/modules/chat/type.js +17 -0
- package/dist/types/modules/chat/type.opponent.additionalInfo.d.ts +7 -0
- package/dist/types/modules/chat/type.opponent.additionalInfo.js +2 -0
- package/dist/types/modules/chat/type.room.additionalInfo.d.ts +52 -0
- package/dist/types/modules/chat/type.room.additionalInfo.js +2 -0
- package/dist/types/modules/chat/type.socket.d.ts +46 -0
- package/dist/types/modules/chat/type.socket.js +2 -0
- package/dist/types/modules/collaborator/dto.d.ts +10 -0
- package/dist/types/modules/collaborator/dto.js +3 -0
- package/dist/types/modules/collaborator/index.d.ts +1 -0
- package/dist/types/modules/collaborator/index.js +17 -0
- package/dist/types/modules/common/enum.d.ts +65 -0
- package/dist/types/modules/common/enum.js +69 -0
- package/dist/types/modules/common/index.d.ts +3 -0
- package/dist/types/modules/common/index.js +19 -0
- package/dist/types/modules/common/interface.d.ts +40 -0
- package/dist/types/modules/common/interface.js +2 -0
- package/dist/types/modules/common/type.d.ts +14 -0
- package/dist/types/modules/common/type.js +13 -0
- package/dist/types/modules/data/dto.d.ts +4 -0
- package/dist/types/modules/data/dto.js +7 -0
- package/dist/types/modules/data/index.d.ts +2 -0
- package/dist/types/modules/data/index.js +18 -0
- package/dist/types/modules/data/interface.d.ts +6 -0
- package/dist/types/modules/data/interface.js +2 -0
- package/dist/types/modules/file/dto.d.ts +18 -0
- package/dist/types/modules/file/dto.js +3 -0
- package/dist/types/modules/file/index.d.ts +3 -0
- package/dist/types/modules/file/index.js +19 -0
- package/dist/types/modules/file/interface.d.ts +26 -0
- package/dist/types/modules/file/interface.js +2 -0
- package/dist/types/modules/file/type.d.ts +13 -0
- package/dist/types/modules/file/type.js +15 -0
- package/dist/types/modules/history/dto.d.ts +13 -0
- package/dist/types/modules/history/dto.js +3 -0
- package/dist/types/modules/history/index.d.ts +2 -0
- package/dist/types/modules/history/index.js +18 -0
- package/dist/types/modules/history/interface.d.ts +12 -0
- package/dist/types/modules/history/interface.js +2 -0
- package/dist/types/modules/index.d.ts +20 -0
- package/dist/types/modules/index.js +36 -0
- package/dist/types/modules/inquiry/dto.d.ts +79 -0
- package/dist/types/modules/inquiry/dto.js +2 -0
- package/dist/types/modules/inquiry/index.d.ts +3 -0
- package/dist/types/modules/inquiry/index.js +19 -0
- package/dist/types/modules/inquiry/interface.d.ts +37 -0
- package/dist/types/modules/inquiry/interface.js +2 -0
- package/dist/types/modules/inquiry/type.d.ts +14 -0
- package/dist/types/modules/inquiry/type.js +15 -0
- package/dist/types/modules/insurance/dto.d.ts +88 -0
- package/dist/types/modules/insurance/dto.js +3 -0
- package/dist/types/modules/insurance/index.d.ts +2 -0
- package/dist/types/modules/insurance/index.js +18 -0
- package/dist/types/modules/insurance/interface.d.ts +58 -0
- package/dist/types/modules/insurance/interface.js +2 -0
- package/dist/types/modules/member/dto.d.ts +677 -0
- package/dist/types/modules/member/dto.js +3 -0
- package/dist/types/modules/member/index.d.ts +3 -0
- package/dist/types/modules/member/index.js +19 -0
- package/dist/types/modules/member/interface.d.ts +696 -0
- package/dist/types/modules/member/interface.js +2 -0
- package/dist/types/modules/member/type.d.ts +92 -0
- package/dist/types/modules/member/type.js +86 -0
- package/dist/types/modules/message/dto.d.ts +15 -0
- package/dist/types/modules/message/dto.js +2 -0
- package/dist/types/modules/message/index.d.ts +3 -0
- package/dist/types/modules/message/index.js +19 -0
- package/dist/types/modules/message/interface.d.ts +20 -0
- package/dist/types/modules/message/interface.js +2 -0
- package/dist/types/modules/message/type.d.ts +22 -0
- package/dist/types/modules/message/type.js +22 -0
- package/dist/types/modules/notification/dto.d.ts +13 -0
- package/dist/types/modules/notification/dto.js +3 -0
- package/dist/types/modules/notification/index.d.ts +3 -0
- package/dist/types/modules/notification/index.js +19 -0
- package/dist/types/modules/notification/interface.d.ts +19 -0
- package/dist/types/modules/notification/interface.js +2 -0
- package/dist/types/modules/notification/type.d.ts +5 -0
- package/dist/types/modules/notification/type.js +7 -0
- package/dist/types/modules/order/dto.d.ts +446 -0
- package/dist/types/modules/order/dto.js +16 -0
- package/dist/types/modules/order/index.d.ts +3 -0
- package/dist/types/modules/order/index.js +19 -0
- package/dist/types/modules/order/interface.d.ts +913 -0
- package/dist/types/modules/order/interface.js +2 -0
- package/dist/types/modules/order/type.d.ts +160 -0
- package/dist/types/modules/order/type.js +147 -0
- package/dist/types/modules/partners/dto.d.ts +37 -0
- package/dist/types/modules/partners/dto.js +11 -0
- package/dist/types/modules/partners/index.d.ts +3 -0
- package/dist/types/modules/partners/index.js +19 -0
- package/dist/types/modules/partners/interface.d.ts +40 -0
- package/dist/types/modules/partners/interface.js +2 -0
- package/dist/types/modules/partners/type.d.ts +12 -0
- package/dist/types/modules/partners/type.js +13 -0
- package/dist/types/modules/repair/constant.d.ts +28 -0
- package/dist/types/modules/repair/constant.js +139 -0
- package/dist/types/modules/repair/dto.d.ts +96 -0
- package/dist/types/modules/repair/dto.js +2 -0
- package/dist/types/modules/repair/index.d.ts +4 -0
- package/dist/types/modules/repair/index.js +20 -0
- package/dist/types/modules/repair/interface.d.ts +659 -0
- package/dist/types/modules/repair/interface.js +2 -0
- package/dist/types/modules/repair/type.d.ts +64 -0
- package/dist/types/modules/repair/type.js +71 -0
- package/dist/types/modules/sellMyCar/constant.d.ts +54 -0
- package/dist/types/modules/sellMyCar/constant.js +117 -0
- package/dist/types/modules/sellMyCar/dto-admin.d.ts +259 -0
- package/dist/types/modules/sellMyCar/dto-admin.js +2 -0
- package/dist/types/modules/sellMyCar/dto.d.ts +186 -0
- package/dist/types/modules/sellMyCar/dto.js +15 -0
- package/dist/types/modules/sellMyCar/index.d.ts +9 -0
- package/dist/types/modules/sellMyCar/index.js +25 -0
- package/dist/types/modules/sellMyCar/interface-admin.d.ts +85 -0
- package/dist/types/modules/sellMyCar/interface-admin.js +23 -0
- package/dist/types/modules/sellMyCar/interface-faq.d.ts +52 -0
- package/dist/types/modules/sellMyCar/interface-faq.js +22 -0
- package/dist/types/modules/sellMyCar/interface-member.d.ts +252 -0
- package/dist/types/modules/sellMyCar/interface-member.js +16 -0
- package/dist/types/modules/sellMyCar/interface-notice.d.ts +28 -0
- package/dist/types/modules/sellMyCar/interface-notice.js +2 -0
- package/dist/types/modules/sellMyCar/interface.d.ts +1075 -0
- package/dist/types/modules/sellMyCar/interface.js +7 -0
- package/dist/types/modules/sellMyCar/type.d.ts +203 -0
- package/dist/types/modules/sellMyCar/type.js +199 -0
- package/dist/types/modules/system/dto.d.ts +13 -0
- package/dist/types/modules/system/dto.js +3 -0
- package/dist/types/modules/system/index.d.ts +2 -0
- package/dist/types/modules/system/index.js +18 -0
- package/dist/types/modules/system/interface.d.ts +18 -0
- package/dist/types/modules/system/interface.js +2 -0
- package/dist/types/modules/term/dto.d.ts +171 -0
- package/dist/types/modules/term/dto.js +3 -0
- package/dist/types/modules/term/index.d.ts +3 -0
- package/dist/types/modules/term/index.js +19 -0
- package/dist/types/modules/term/interface.d.ts +52 -0
- package/dist/types/modules/term/interface.js +2 -0
- package/dist/types/modules/term/type.d.ts +11 -0
- package/dist/types/modules/term/type.js +13 -0
- package/dist/types/providers/coocon-usedcar/constant.d.ts +46 -0
- package/dist/types/providers/coocon-usedcar/constant.js +673 -0
- package/dist/types/providers/coocon-usedcar/dto.d.ts +23 -0
- package/dist/types/providers/coocon-usedcar/dto.js +3 -0
- package/dist/types/providers/coocon-usedcar/index.d.ts +3 -0
- package/dist/types/providers/coocon-usedcar/index.js +19 -0
- package/dist/types/providers/coocon-usedcar/interface.d.ts +305 -0
- package/dist/types/providers/coocon-usedcar/interface.js +2 -0
- package/dist/types/providers/firebase-message/dto.d.ts +56 -0
- package/dist/types/providers/firebase-message/dto.js +3 -0
- package/dist/types/providers/firebase-message/index.d.ts +2 -0
- package/dist/types/providers/firebase-message/index.js +18 -0
- package/dist/types/providers/firebase-message/interface.d.ts +4 -0
- package/dist/types/providers/firebase-message/interface.js +2 -0
- package/dist/types/providers/gabia-sms/dto.d.ts +31 -0
- package/dist/types/providers/gabia-sms/dto.js +3 -0
- package/dist/types/providers/gabia-sms/index.d.ts +1 -0
- package/dist/types/providers/gabia-sms/index.js +17 -0
- package/dist/types/providers/index.d.ts +5 -0
- package/dist/types/providers/index.js +21 -0
- package/dist/types/providers/niceapi/dto.d.ts +15 -0
- package/dist/types/providers/niceapi/dto.js +3 -0
- package/dist/types/providers/niceapi/index.d.ts +2 -0
- package/dist/types/providers/niceapi/index.js +18 -0
- package/dist/types/providers/niceapi/interface.d.ts +25 -0
- package/dist/types/providers/niceapi/interface.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { SellCarTagId } from "../../../data";
|
|
2
|
+
export interface UpdateCommissionWaitingDTO {
|
|
3
|
+
/** repair_settlement_unit.id */
|
|
4
|
+
repair_settlement_unit_id: number;
|
|
5
|
+
/** 관리자 메모 업데이트시 */
|
|
6
|
+
admin_memo?: string;
|
|
7
|
+
/** 발송 시 */
|
|
8
|
+
send?: {
|
|
9
|
+
/** MMS 메시지를 보낼 공업사 전화번호 */
|
|
10
|
+
phoneNumber: string;
|
|
11
|
+
/** 발송 시 전송할 메시지 내용 */
|
|
12
|
+
message: string;
|
|
13
|
+
/** 입금 계좌 */
|
|
14
|
+
account_number: string;
|
|
15
|
+
/** 예금주명 */
|
|
16
|
+
account_owner: string;
|
|
17
|
+
/** 입금 금액 */
|
|
18
|
+
amount: number;
|
|
19
|
+
/** 입금 기한 (YYYYMMDD) */
|
|
20
|
+
due_day: string;
|
|
21
|
+
};
|
|
22
|
+
/** 정산완료 처리 시
|
|
23
|
+
* @note 총 정산금액 (취소된것 제외한 가격 총합)이 0이어야 가능합니다.
|
|
24
|
+
*/
|
|
25
|
+
finish?: boolean;
|
|
26
|
+
/** 세금계산서 승인번호 업데이트시 */
|
|
27
|
+
tax_approval_number?: string;
|
|
28
|
+
/** 포함된 견적 업데이트시 */
|
|
29
|
+
repair_settlement?: {
|
|
30
|
+
repair_id: string;
|
|
31
|
+
repair_settlement_id: number;
|
|
32
|
+
amount?: number;
|
|
33
|
+
cancel?: {
|
|
34
|
+
reason: string;
|
|
35
|
+
};
|
|
36
|
+
/** 취소되어있을 때, 취소를 취소할 수 있습니다. */
|
|
37
|
+
cancel_canceled?: boolean;
|
|
38
|
+
}[];
|
|
39
|
+
}
|
|
40
|
+
/** 정산대기 > 세금계산서 대기 상태로 넘기는 것을 의미합니다. */
|
|
41
|
+
export interface StartCommissionWaitingDTO {
|
|
42
|
+
data: {
|
|
43
|
+
/** repair_settlement_unit.id */
|
|
44
|
+
repair_settlement_unit_id: number;
|
|
45
|
+
/** 대상 정산 */
|
|
46
|
+
repair_settlement_id_list: number[];
|
|
47
|
+
}[];
|
|
48
|
+
}
|
|
49
|
+
/** 관리자 > 주문 태그 설정 */
|
|
50
|
+
export interface ReqSellMyCarSetOrderTag {
|
|
51
|
+
/** 주문 ID (sell_car_order.id) */
|
|
52
|
+
sell_car_order_id: string;
|
|
53
|
+
/** 태그 아이템 ID */
|
|
54
|
+
sell_car_tag_item_id: SellCarTagId;
|
|
55
|
+
/** 태그 추가 텍스트 존재 시 입력 */
|
|
56
|
+
additional_text?: string;
|
|
57
|
+
/** 등록 / 제거 선택 (true: 등록, false: 제거) */
|
|
58
|
+
is_add: boolean;
|
|
59
|
+
}
|
|
60
|
+
/** 관리자 > 주문 태그 여러건 설정 */
|
|
61
|
+
export interface ReqSellMyCarUpdateOrderTags {
|
|
62
|
+
/** 주문 ID (sell_car_order.id) */
|
|
63
|
+
sell_car_order_id: string;
|
|
64
|
+
tags: {
|
|
65
|
+
tagId: SellCarTagId;
|
|
66
|
+
additionalText?: string;
|
|
67
|
+
}[];
|
|
68
|
+
}
|
|
69
|
+
/** 관리자 > 카사요 코멘트 업데이트 */
|
|
70
|
+
export interface ReqSellMyCarSetCarsayoComment {
|
|
71
|
+
/** 주문 ID (sell_car_order.id) */
|
|
72
|
+
sell_car_order_id: string;
|
|
73
|
+
/** 카사요 코멘트 */
|
|
74
|
+
content: string;
|
|
75
|
+
}
|
|
76
|
+
/** 관리자 > 카사요 차량 이미지 리스트 업데이트 */
|
|
77
|
+
export interface ReqSellMyCarSetCarsayoCarImage {
|
|
78
|
+
/** 주문 ID (sell_car_order.id) */
|
|
79
|
+
sell_car_order_id: string;
|
|
80
|
+
/** 카사요 차량 이미지 리스트 */
|
|
81
|
+
image_url: string[];
|
|
82
|
+
}
|
|
83
|
+
/** 관리자 > 카사요 코멘트 업데이트 */
|
|
84
|
+
export interface ReqSellMyCarSetThumbnail {
|
|
85
|
+
/** 주문 ID (sell_car_order.id) */
|
|
86
|
+
sell_car_order_id: string;
|
|
87
|
+
/** 썸네일 이미지 url */
|
|
88
|
+
thumbnail_url: string;
|
|
89
|
+
}
|
|
90
|
+
/** 관리자 > 메모 등록 */
|
|
91
|
+
export interface ReqSellMyCarSetAdminMemo {
|
|
92
|
+
/** 주문 ID (sell_car_order.id) */
|
|
93
|
+
sell_car_order_id: string;
|
|
94
|
+
/** 메모 */
|
|
95
|
+
content: string;
|
|
96
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./interface"), exports);
|
|
18
|
+
__exportStar(require("./type"), exports);
|
|
19
|
+
__exportStar(require("./constant"), exports);
|
|
20
|
+
__exportStar(require("./dto"), exports);
|