@yolo-croket-dev/amqp-access 0.7.57-hj-2 → 0.7.58
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/.claude/settings.local.json +11 -0
- package/order-server/amqp.order-server.module.js +8 -0
- package/order-server/dto/index.d.ts +1 -0
- package/order-server/dto/index.js +1 -0
- package/order-server/dto/nicepay/command/cancel-billing-payment.dto.d.ts +31 -0
- package/{store-item-server/dto/store-item-group.modules/store-item-group/query/get-parse-store-item-group.dto.js → order-server/dto/nicepay/command/cancel-billing-payment.dto.js} +26 -24
- package/order-server/dto/nicepay/command/index.d.ts +3 -0
- package/order-server/dto/nicepay/command/index.js +19 -0
- package/order-server/dto/nicepay/command/issue-billing-key.dto.d.ts +33 -0
- package/order-server/dto/nicepay/command/issue-billing-key.dto.js +51 -0
- package/order-server/dto/nicepay/command/register-billing-card.dto.d.ts +19 -0
- package/order-server/dto/nicepay/command/register-billing-card.dto.js +41 -0
- package/order-server/dto/nicepay/index.d.ts +2 -0
- package/order-server/dto/nicepay/index.js +18 -0
- package/order-server/dto/nicepay/query/get-card-interest-free.dto.d.ts +31 -0
- package/order-server/dto/nicepay/query/get-card-interest-free.dto.js +20 -0
- package/order-server/dto/nicepay/query/get-nicepay-billing-auth-form.dto.d.ts +23 -0
- package/order-server/dto/nicepay/query/get-nicepay-billing-auth-form.dto.js +15 -0
- package/order-server/dto/nicepay/query/index.d.ts +2 -0
- package/order-server/dto/nicepay/query/index.js +18 -0
- package/order-server/dto/pay-try-log.modules/index.d.ts +1 -0
- package/order-server/dto/pay-try-log.modules/index.js +17 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/approve-reservation-billing-payment-bulk.dto.d.ts +21 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/approve-reservation-billing-payment-bulk.dto.js +26 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/index.d.ts +4 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/index.js +20 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/update-issued-coupon-reservation.dto.d.ts +5 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/update-issued-coupon-reservation.dto.js +30 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/write-store-item-reservation-pay-try-log-after.dto.d.ts +70 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/write-store-item-reservation-pay-try-log-after.dto.js +134 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/write-store-item-reservation-pay-try-log-done.dto.d.ts +40 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/write-store-item-reservation-pay-try-log-done.dto.js +63 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/write-store-item-reservation-pay-try-log-init.dto.d.ts +58 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/command/write-store-item-reservation-pay-try-log-init.dto.js +106 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/index.d.ts +1 -0
- package/order-server/dto/pay-try-log.modules/pay-try-log-reservation/index.js +17 -0
- package/order-server/dto/purchase-receipt/command/update-purchase-receipt.dto.js +1 -0
- package/order-server/dto/purchase-receipt/query/search-purchase-receipts.dto.js +1 -0
- package/order-server/dto/purchased-info.modules/index.d.ts +1 -0
- package/order-server/dto/purchased-info.modules/index.js +1 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/approve-reservation-billing-payment-bulk.dto.d.ts +21 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/approve-reservation-billing-payment-bulk.dto.js +26 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/cancel-reservation-by-admin-bulk.dto.d.ts +13 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/cancel-reservation-by-admin-bulk.dto.js +29 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/cancel-reservation-by-admin.dto.d.ts +6 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/cancel-reservation-by-admin.dto.js +26 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/cancel-reservation-by-buyer.dto.d.ts +27 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/cancel-reservation-by-buyer.dto.js +39 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/change-reservation-billing-card.dto.d.ts +8 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/change-reservation-billing-card.dto.js +37 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/change-reservation-card-quota.dto.d.ts +6 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/change-reservation-card-quota.dto.js +26 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/index.d.ts +7 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/index.js +23 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/retry-reservation-billing-payment.dto.d.ts +10 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/command/retry-reservation-billing-payment.dto.js +21 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/index.d.ts +1 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/index.js +17 -0
- package/order-server/dto/purchasedinfos/query/atlas/get-p-infos-for-manage-buyer-by-atlas.dto.d.ts +3 -0
- package/order-server/dto/purchasedinfos/query/atlas/get-p-infos-for-manage-buyer-by-atlas.dto.js +5 -0
- package/order-server/dto/purchasedinfos/query/search-seller-transaction-history-by-process.dto.d.ts +3 -1
- package/order-server/dto/user-card-billing/command/delete-user-card-billing.dto.d.ts +7 -0
- package/order-server/dto/user-card-billing/command/delete-user-card-billing.dto.js +24 -0
- package/order-server/dto/user-card-billing/command/index.d.ts +2 -0
- package/order-server/dto/user-card-billing/command/index.js +18 -0
- package/order-server/dto/user-card-billing/command/register-user-card-billing.dto.d.ts +16 -0
- package/order-server/dto/user-card-billing/command/register-user-card-billing.dto.js +44 -0
- package/order-server/dto/user-card-billing/index.d.ts +2 -0
- package/order-server/dto/user-card-billing/index.js +18 -0
- package/order-server/dto/user-card-billing/query/get-my-user-card-billing-detail.dto.d.ts +19 -0
- package/order-server/dto/user-card-billing/query/get-my-user-card-billing-detail.dto.js +29 -0
- package/order-server/dto/user-card-billing/query/get-user-card-billing-list.dto.d.ts +19 -0
- package/order-server/dto/user-card-billing/query/get-user-card-billing-list.dto.js +33 -0
- package/order-server/dto/user-card-billing/query/index.d.ts +2 -0
- package/order-server/dto/user-card-billing/query/index.js +18 -0
- package/order-server/services/amqp.nicepay.service.d.ts +23 -0
- package/order-server/services/amqp.nicepay.service.js +55 -0
- package/order-server/services/amqp.pay-try-log-reservation.service.d.ts +21 -0
- package/order-server/services/amqp.pay-try-log-reservation.service.js +55 -0
- package/order-server/services/amqp.user-card-billing.service.d.ts +21 -0
- package/order-server/services/amqp.user-card-billing.service.js +51 -0
- package/order-server/services/index.d.ts +3 -0
- package/order-server/services/index.js +3 -0
- package/order-server/services/purchased-info.modules/amqp.purchased-info-reservation.service.d.ts +22 -0
- package/order-server/services/purchased-info.modules/amqp.purchased-info-reservation.service.js +63 -0
- package/order-server/services/purchased-info.modules/index.d.ts +1 -1
- package/order-server/services/purchased-info.modules/index.js +1 -1
- package/package.json +6 -6
- package/store-item-server/amqp.store-item-server.module.js +2 -0
- package/store-item-server/dto/index.d.ts +1 -0
- package/store-item-server/dto/index.js +1 -0
- package/store-item-server/dto/reservation-store-item/command/convert-to-normal-item.dto.d.ts +3 -0
- package/store-item-server/dto/reservation-store-item/command/convert-to-normal-item.dto.js +20 -0
- package/store-item-server/dto/reservation-store-item/command/convert-to-reservation-item.dto.d.ts +12 -0
- package/store-item-server/dto/reservation-store-item/command/convert-to-reservation-item.dto.js +54 -0
- package/store-item-server/dto/reservation-store-item/command/index.d.ts +7 -0
- package/store-item-server/dto/reservation-store-item/command/index.js +23 -0
- package/store-item-server/dto/reservation-store-item/command/update-reservation-item-selling.dto.d.ts +4 -0
- package/store-item-server/dto/reservation-store-item/command/update-reservation-item-selling.dto.js +24 -0
- package/store-item-server/dto/reservation-store-item/command/update-reservation-period.dto.d.ts +5 -0
- package/store-item-server/dto/reservation-store-item/command/update-reservation-period.dto.js +28 -0
- package/store-item-server/dto/reservation-store-item/command/update-shipping-period.dto.d.ts +5 -0
- package/store-item-server/dto/reservation-store-item/command/update-shipping-period.dto.js +28 -0
- package/store-item-server/dto/reservation-store-item/command/update-stock-mode.dto.d.ts +6 -0
- package/store-item-server/dto/reservation-store-item/command/update-stock-mode.dto.js +30 -0
- package/store-item-server/dto/reservation-store-item/command/update-stock-securing-period.dto.d.ts +5 -0
- package/store-item-server/dto/reservation-store-item/command/update-stock-securing-period.dto.js +28 -0
- package/store-item-server/dto/reservation-store-item/index.d.ts +2 -0
- package/store-item-server/dto/reservation-store-item/index.js +18 -0
- package/store-item-server/dto/reservation-store-item/query/get-reservation-item-detail-for-admin.dto.d.ts +52 -0
- package/store-item-server/dto/reservation-store-item/query/get-reservation-item-detail-for-admin.dto.js +43 -0
- package/store-item-server/dto/reservation-store-item/query/get-reservation-items-for-admin.dto.d.ts +38 -0
- package/store-item-server/dto/reservation-store-item/query/get-reservation-items-for-admin.dto.js +69 -0
- package/store-item-server/dto/reservation-store-item/query/index.d.ts +2 -0
- package/store-item-server/dto/reservation-store-item/query/index.js +18 -0
- package/store-item-server/dto/store-item-bookmark/query/get-store-item-bookmarks.dto.d.ts +1 -1
- package/store-item-server/dto/store-item-group.modules/store-item-group/query/get-store-item-groups-for-admin.dto.d.ts +1 -2
- package/store-item-server/dto/store-item-group.modules/store-item-group/query/index.d.ts +0 -1
- package/store-item-server/dto/store-item-group.modules/store-item-group/query/index.js +0 -1
- package/store-item-server/services/amqp.reservation-store-item.service.d.ts +31 -0
- package/store-item-server/services/amqp.reservation-store-item.service.js +71 -0
- package/store-item-server/services/index.d.ts +1 -0
- package/store-item-server/services/index.js +1 -0
- package/store-item-server/services/store-item-group.modules/amqp.store-item-group.service.d.ts +1 -2
- package/store-item-server/services/store-item-group.modules/amqp.store-item-group.service.js +0 -3
- package/store-item-server/dto/store-item-group.modules/store-item-group/query/get-parse-store-item-group.dto.d.ts +0 -28
|
@@ -36,6 +36,10 @@ exports.AmqpOrderServerModule = AmqpOrderServerModule = __decorate([
|
|
|
36
36
|
services_1.AmqpPurchasedInfoCouponService,
|
|
37
37
|
services_1.AmqpNaverSearchAdExcelService,
|
|
38
38
|
services_1.AmqpNaverSearchAdService,
|
|
39
|
+
services_1.AmqpNicepayService,
|
|
40
|
+
services_1.AmqpUserCardBillingService,
|
|
41
|
+
services_1.AmqpPayTryLogReservationService,
|
|
42
|
+
services_1.AmqpPurchasedInfoReservationService,
|
|
39
43
|
],
|
|
40
44
|
exports: [
|
|
41
45
|
amqp_order_server_provider_1.OrderServerProvider,
|
|
@@ -57,6 +61,10 @@ exports.AmqpOrderServerModule = AmqpOrderServerModule = __decorate([
|
|
|
57
61
|
services_1.AmqpPurchasedInfoCouponService,
|
|
58
62
|
services_1.AmqpNaverSearchAdExcelService,
|
|
59
63
|
services_1.AmqpNaverSearchAdService,
|
|
64
|
+
services_1.AmqpNicepayService,
|
|
65
|
+
services_1.AmqpUserCardBillingService,
|
|
66
|
+
services_1.AmqpPayTryLogReservationService,
|
|
67
|
+
services_1.AmqpPurchasedInfoReservationService,
|
|
60
68
|
],
|
|
61
69
|
})
|
|
62
70
|
], AmqpOrderServerModule);
|
|
@@ -21,3 +21,4 @@ __exportStar(require("./data-payment-method"), exports);
|
|
|
21
21
|
__exportStar(require("./direct-payment-tosspayments"), exports);
|
|
22
22
|
__exportStar(require("./changed-purchased-option-log"), exports);
|
|
23
23
|
__exportStar(require("./purchase-receipt"), exports);
|
|
24
|
+
__exportStar(require("./nicepay"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { NicepayBillingCancelApiResponse } from '@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity';
|
|
2
|
+
/**
|
|
3
|
+
* @author jun
|
|
4
|
+
* @description NicePay 빌링 결제 취소 요청 Payload
|
|
5
|
+
* @process order-server의 CancelBillingPaymentService에 전달되는 데이터
|
|
6
|
+
*/
|
|
7
|
+
export declare class CancelBillingPaymentPayload {
|
|
8
|
+
/** 승인 시 받은 거래 ID */
|
|
9
|
+
tid: string;
|
|
10
|
+
/** 취소 금액 */
|
|
11
|
+
cancelAmt: number;
|
|
12
|
+
/** 취소 사유 */
|
|
13
|
+
cancelMsg: string;
|
|
14
|
+
/** 부분취소 여부 (0: 전체취소, 1: 부분취소) */
|
|
15
|
+
partialCancelCode: string;
|
|
16
|
+
/** 가맹점 주문번호 */
|
|
17
|
+
moid: string;
|
|
18
|
+
/** 유저 카드 빌링 ID (로그 저장용) */
|
|
19
|
+
userCardBillingId: string;
|
|
20
|
+
/** 구매 정보 ID (로그 저장용) */
|
|
21
|
+
pInfoId: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @description NicePay 빌링 결제 취소 결과
|
|
25
|
+
*/
|
|
26
|
+
export declare class CancelBillingPaymentResult {
|
|
27
|
+
/** 취소 성공 여부 */
|
|
28
|
+
isCancelSuccess: boolean;
|
|
29
|
+
/** 나이스페이 빌링 취소 API 응답 */
|
|
30
|
+
nicepayBillingCancelApiResponse: NicepayBillingCancelApiResponse;
|
|
31
|
+
}
|
|
@@ -9,52 +9,54 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
12
|
+
exports.CancelBillingPaymentResult = exports.CancelBillingPaymentPayload = void 0;
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
|
-
|
|
14
|
+
/**
|
|
15
|
+
* @author jun
|
|
16
|
+
* @description NicePay 빌링 결제 취소 요청 Payload
|
|
17
|
+
* @process order-server의 CancelBillingPaymentService에 전달되는 데이터
|
|
18
|
+
*/
|
|
19
|
+
class CancelBillingPaymentPayload {
|
|
16
20
|
}
|
|
17
|
-
exports.
|
|
18
|
-
__decorate([
|
|
19
|
-
(0, class_validator_1.IsArray)(),
|
|
20
|
-
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
21
|
-
(0, class_transformer_1.Type)(() => GetParseStoreItemGroupData),
|
|
22
|
-
__metadata("design:type", Array)
|
|
23
|
-
], GetParseStoreItemGroupPayload.prototype, "datas", void 0);
|
|
24
|
-
class GetParseStoreItemGroupData {
|
|
25
|
-
}
|
|
26
|
-
exports.GetParseStoreItemGroupData = GetParseStoreItemGroupData;
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, class_validator_1.IsMongoId)(),
|
|
29
|
-
__metadata("design:type", String)
|
|
30
|
-
], GetParseStoreItemGroupData.prototype, "itemId", void 0);
|
|
21
|
+
exports.CancelBillingPaymentPayload = CancelBillingPaymentPayload;
|
|
31
22
|
__decorate([
|
|
32
23
|
(0, class_validator_1.IsString)(),
|
|
33
24
|
(0, class_validator_1.IsNotEmpty)(),
|
|
34
25
|
__metadata("design:type", String)
|
|
35
|
-
],
|
|
26
|
+
], CancelBillingPaymentPayload.prototype, "tid", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsNumber)(),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], CancelBillingPaymentPayload.prototype, "cancelAmt", void 0);
|
|
36
32
|
__decorate([
|
|
37
33
|
(0, class_validator_1.IsString)(),
|
|
38
34
|
(0, class_validator_1.IsNotEmpty)(),
|
|
39
35
|
__metadata("design:type", String)
|
|
40
|
-
],
|
|
36
|
+
], CancelBillingPaymentPayload.prototype, "cancelMsg", void 0);
|
|
41
37
|
__decorate([
|
|
42
38
|
(0, class_validator_1.IsString)(),
|
|
43
39
|
(0, class_validator_1.IsNotEmpty)(),
|
|
44
40
|
__metadata("design:type", String)
|
|
45
|
-
],
|
|
41
|
+
], CancelBillingPaymentPayload.prototype, "partialCancelCode", void 0);
|
|
46
42
|
__decorate([
|
|
47
43
|
(0, class_validator_1.IsString)(),
|
|
48
44
|
(0, class_validator_1.IsNotEmpty)(),
|
|
49
45
|
__metadata("design:type", String)
|
|
50
|
-
],
|
|
46
|
+
], CancelBillingPaymentPayload.prototype, "moid", void 0);
|
|
51
47
|
__decorate([
|
|
52
48
|
(0, class_validator_1.IsString)(),
|
|
53
49
|
(0, class_validator_1.IsNotEmpty)(),
|
|
54
50
|
__metadata("design:type", String)
|
|
55
|
-
],
|
|
51
|
+
], CancelBillingPaymentPayload.prototype, "userCardBillingId", void 0);
|
|
56
52
|
__decorate([
|
|
57
53
|
(0, class_validator_1.IsString)(),
|
|
58
|
-
(0, class_validator_1.
|
|
54
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
59
55
|
__metadata("design:type", String)
|
|
60
|
-
],
|
|
56
|
+
], CancelBillingPaymentPayload.prototype, "pInfoId", void 0);
|
|
57
|
+
/**
|
|
58
|
+
* @description NicePay 빌링 결제 취소 결과
|
|
59
|
+
*/
|
|
60
|
+
class CancelBillingPaymentResult {
|
|
61
|
+
}
|
|
62
|
+
exports.CancelBillingPaymentResult = CancelBillingPaymentResult;
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./issue-billing-key.dto"), exports);
|
|
18
|
+
__exportStar(require("./register-billing-card.dto"), exports);
|
|
19
|
+
__exportStar(require("./cancel-billing-payment.dto"), exports);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description NicePay 빌링키 발급(인증) 요청 Payload
|
|
3
|
+
* 프론트엔드 NicePay 인증창(goPay) 완료 후 전달받은 인증 결과
|
|
4
|
+
*/
|
|
5
|
+
export declare class IssueBillingKeyPayload {
|
|
6
|
+
/** 거래 ID (프론트엔드 인증 결과의 TxTid) */
|
|
7
|
+
txTid: string;
|
|
8
|
+
/** 인증 Token (프론트엔드 인증 결과의 AuthToken) */
|
|
9
|
+
authToken: string;
|
|
10
|
+
/** 전문생성일시 (YYYYMMDDHHMMSS) */
|
|
11
|
+
ediDate: string;
|
|
12
|
+
/** 응답 인코딩 (euc-kr / utf-8) */
|
|
13
|
+
charSet: string;
|
|
14
|
+
/** 응답 전문 유형 (JSON / KV) */
|
|
15
|
+
ediType: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @description NicePay 빌링키 발급(인증) 응답 Result
|
|
19
|
+
*/
|
|
20
|
+
export declare class IssueBillingKeyResult {
|
|
21
|
+
/** 발급된 빌링키 (BID) */
|
|
22
|
+
bid: string;
|
|
23
|
+
/** 카드사 코드 */
|
|
24
|
+
cardCode: string;
|
|
25
|
+
/** 카드사명 */
|
|
26
|
+
cardName: string;
|
|
27
|
+
/** 마스킹된 카드번호 (예: 12345678****1234) */
|
|
28
|
+
cardNo: string;
|
|
29
|
+
/** 카드 타입 (0: 신용, 1: 체크) */
|
|
30
|
+
cardCl: string;
|
|
31
|
+
/** 빌키 발급일자 (YYYYMMDD) */
|
|
32
|
+
authDate: string;
|
|
33
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.IssueBillingKeyResult = exports.IssueBillingKeyPayload = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
/**
|
|
15
|
+
* @description NicePay 빌링키 발급(인증) 요청 Payload
|
|
16
|
+
* 프론트엔드 NicePay 인증창(goPay) 완료 후 전달받은 인증 결과
|
|
17
|
+
*/
|
|
18
|
+
class IssueBillingKeyPayload {
|
|
19
|
+
}
|
|
20
|
+
exports.IssueBillingKeyPayload = IssueBillingKeyPayload;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], IssueBillingKeyPayload.prototype, "txTid", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], IssueBillingKeyPayload.prototype, "authToken", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsString)(),
|
|
33
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], IssueBillingKeyPayload.prototype, "ediDate", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_validator_1.IsString)(),
|
|
38
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], IssueBillingKeyPayload.prototype, "charSet", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, class_validator_1.IsString)(),
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], IssueBillingKeyPayload.prototype, "ediType", void 0);
|
|
46
|
+
/**
|
|
47
|
+
* @description NicePay 빌링키 발급(인증) 응답 Result
|
|
48
|
+
*/
|
|
49
|
+
class IssueBillingKeyResult {
|
|
50
|
+
}
|
|
51
|
+
exports.IssueBillingKeyResult = IssueBillingKeyResult;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description NicePay 빌링키 발급 + 유저 카드 등록 통합 요청 Payload
|
|
3
|
+
* 프론트엔드 NicePay 인증창(goPay) 완료 후 전달받은 인증 결과
|
|
4
|
+
*/
|
|
5
|
+
export declare class RegisterBillingCardPayload {
|
|
6
|
+
/** 거래 ID (프론트엔드 인증 결과의 TxTid) */
|
|
7
|
+
txTid: string;
|
|
8
|
+
/** 인증 Token (프론트엔드 인증 결과의 AuthToken) */
|
|
9
|
+
authToken: string;
|
|
10
|
+
/** 전문생성일시 (YYYYMMDDHHMMSS) */
|
|
11
|
+
ediDate: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @description NicePay 빌링키 발급 + 유저 카드 등록 통합 응답 Result
|
|
15
|
+
*/
|
|
16
|
+
export declare class RegisterBillingCardResult {
|
|
17
|
+
/** 등록된 UserCardBilling ID */
|
|
18
|
+
userCardBillingId: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RegisterBillingCardResult = exports.RegisterBillingCardPayload = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
/**
|
|
15
|
+
* @description NicePay 빌링키 발급 + 유저 카드 등록 통합 요청 Payload
|
|
16
|
+
* 프론트엔드 NicePay 인증창(goPay) 완료 후 전달받은 인증 결과
|
|
17
|
+
*/
|
|
18
|
+
class RegisterBillingCardPayload {
|
|
19
|
+
}
|
|
20
|
+
exports.RegisterBillingCardPayload = RegisterBillingCardPayload;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], RegisterBillingCardPayload.prototype, "txTid", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], RegisterBillingCardPayload.prototype, "authToken", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsString)(),
|
|
33
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], RegisterBillingCardPayload.prototype, "ediDate", void 0);
|
|
36
|
+
/**
|
|
37
|
+
* @description NicePay 빌링키 발급 + 유저 카드 등록 통합 응답 Result
|
|
38
|
+
*/
|
|
39
|
+
class RegisterBillingCardResult {
|
|
40
|
+
}
|
|
41
|
+
exports.RegisterBillingCardResult = RegisterBillingCardResult;
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./query"), exports);
|
|
18
|
+
__exportStar(require("./command"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author jun
|
|
3
|
+
* @description NicePay 카드 무이자 할부 정보 조회 DTO
|
|
4
|
+
* @process NicePay 무이자 정보 조회 API 응답 body를 정의
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* @description NicePay 카드 무이자 할부 정보 조회 응답 data 상세 항목
|
|
8
|
+
*/
|
|
9
|
+
export declare class GetCardInterestFreeDataItem {
|
|
10
|
+
/** 카드사코드 */
|
|
11
|
+
FnCd: string;
|
|
12
|
+
/** 카드사명 */
|
|
13
|
+
FnNm: string;
|
|
14
|
+
/** 개월 수 */
|
|
15
|
+
instmntMon: string;
|
|
16
|
+
/** 할부 유형 */
|
|
17
|
+
instmntType: string;
|
|
18
|
+
/** 최소 금액 */
|
|
19
|
+
minAmt: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @description NicePay 카드 무이자 할부 정보 조회 Result
|
|
23
|
+
*/
|
|
24
|
+
export declare class GetCardInterestFreeResult {
|
|
25
|
+
/** 대상일자 (yyyymmdd) */
|
|
26
|
+
targetDt: string;
|
|
27
|
+
/** 데이터 Count */
|
|
28
|
+
dataCnt: string;
|
|
29
|
+
/** 무이자 할부 데이터 */
|
|
30
|
+
data: GetCardInterestFreeDataItem[];
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @author jun
|
|
4
|
+
* @description NicePay 카드 무이자 할부 정보 조회 DTO
|
|
5
|
+
* @process NicePay 무이자 정보 조회 API 응답 body를 정의
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.GetCardInterestFreeResult = exports.GetCardInterestFreeDataItem = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* @description NicePay 카드 무이자 할부 정보 조회 응답 data 상세 항목
|
|
11
|
+
*/
|
|
12
|
+
class GetCardInterestFreeDataItem {
|
|
13
|
+
}
|
|
14
|
+
exports.GetCardInterestFreeDataItem = GetCardInterestFreeDataItem;
|
|
15
|
+
/**
|
|
16
|
+
* @description NicePay 카드 무이자 할부 정보 조회 Result
|
|
17
|
+
*/
|
|
18
|
+
class GetCardInterestFreeResult {
|
|
19
|
+
}
|
|
20
|
+
exports.GetCardInterestFreeResult = GetCardInterestFreeResult;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description NicePay 빌키 발급 인증창 form 데이터 Payload는 빈 객체
|
|
3
|
+
*/
|
|
4
|
+
export declare class GetNicepayBillingAuthFormPayload {
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* @description NicePay 빌키 발급 인증창 form 파라미터 Result
|
|
8
|
+
*/
|
|
9
|
+
export declare class GetNicepayBillingAuthFormResult {
|
|
10
|
+
GoodsName: string;
|
|
11
|
+
Amt: string;
|
|
12
|
+
MID: string;
|
|
13
|
+
EdiDate: string;
|
|
14
|
+
Moid: string;
|
|
15
|
+
PayMethod: string;
|
|
16
|
+
BillAuthYN: string;
|
|
17
|
+
SignData: string;
|
|
18
|
+
BuyerEmail?: string;
|
|
19
|
+
BuyerTel?: string;
|
|
20
|
+
BuyerName?: string;
|
|
21
|
+
CharSet?: string;
|
|
22
|
+
ReqReserved?: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetNicepayBillingAuthFormResult = exports.GetNicepayBillingAuthFormPayload = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @description NicePay 빌키 발급 인증창 form 데이터 Payload는 빈 객체
|
|
6
|
+
*/
|
|
7
|
+
class GetNicepayBillingAuthFormPayload {
|
|
8
|
+
}
|
|
9
|
+
exports.GetNicepayBillingAuthFormPayload = GetNicepayBillingAuthFormPayload;
|
|
10
|
+
/**
|
|
11
|
+
* @description NicePay 빌키 발급 인증창 form 파라미터 Result
|
|
12
|
+
*/
|
|
13
|
+
class GetNicepayBillingAuthFormResult {
|
|
14
|
+
}
|
|
15
|
+
exports.GetNicepayBillingAuthFormResult = GetNicepayBillingAuthFormResult;
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./get-nicepay-billing-auth-form.dto"), exports);
|
|
18
|
+
__exportStar(require("./get-card-interest-free.dto"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pay-try-log-reservation';
|
|
@@ -0,0 +1,17 @@
|
|
|
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("./pay-try-log-reservation"), exports);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/** @description 개별 실패 정보 */
|
|
2
|
+
export interface BulkApproveFailInfo {
|
|
3
|
+
failType: string;
|
|
4
|
+
reason: string;
|
|
5
|
+
}
|
|
6
|
+
/** @description 개별 처리 결과 */
|
|
7
|
+
export interface BulkApproveResultItem {
|
|
8
|
+
pInfoId: string;
|
|
9
|
+
fails?: BulkApproveFailInfo[];
|
|
10
|
+
}
|
|
11
|
+
/** @description 예약 상품 일괄 빌링 결제 승인 Payload */
|
|
12
|
+
export declare class ApproveReservationBillingPaymentBulkPayload {
|
|
13
|
+
pInfoIds: string[];
|
|
14
|
+
}
|
|
15
|
+
/** @description 예약 상품 일괄 빌링 결제 승인 Result */
|
|
16
|
+
export declare class ApproveReservationBillingPaymentBulkResult {
|
|
17
|
+
allCount: number;
|
|
18
|
+
successCount: number;
|
|
19
|
+
failCount: number;
|
|
20
|
+
results: BulkApproveResultItem[];
|
|
21
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ApproveReservationBillingPaymentBulkResult = exports.ApproveReservationBillingPaymentBulkPayload = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
/** @description 예약 상품 일괄 빌링 결제 승인 Payload */
|
|
15
|
+
class ApproveReservationBillingPaymentBulkPayload {
|
|
16
|
+
}
|
|
17
|
+
exports.ApproveReservationBillingPaymentBulkPayload = ApproveReservationBillingPaymentBulkPayload;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsArray)(),
|
|
20
|
+
(0, class_validator_1.IsMongoId)({ each: true }),
|
|
21
|
+
__metadata("design:type", Array)
|
|
22
|
+
], ApproveReservationBillingPaymentBulkPayload.prototype, "pInfoIds", void 0);
|
|
23
|
+
/** @description 예약 상품 일괄 빌링 결제 승인 Result */
|
|
24
|
+
class ApproveReservationBillingPaymentBulkResult {
|
|
25
|
+
}
|
|
26
|
+
exports.ApproveReservationBillingPaymentBulkResult = ApproveReservationBillingPaymentBulkResult;
|
|
@@ -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("./write-store-item-reservation-pay-try-log-init.dto"), exports);
|
|
18
|
+
__exportStar(require("./write-store-item-reservation-pay-try-log-after.dto"), exports);
|
|
19
|
+
__exportStar(require("./write-store-item-reservation-pay-try-log-done.dto"), exports);
|
|
20
|
+
__exportStar(require("./update-issued-coupon-reservation.dto"), exports);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateIssuedCouponReservationPayload = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class UpdateIssuedCouponReservationPayload {
|
|
15
|
+
}
|
|
16
|
+
exports.UpdateIssuedCouponReservationPayload = UpdateIssuedCouponReservationPayload;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsMongoId)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], UpdateIssuedCouponReservationPayload.prototype, "payTryLogId", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsMongoId)(),
|
|
23
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], UpdateIssuedCouponReservationPayload.prototype, "ICId", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], UpdateIssuedCouponReservationPayload.prototype, "paymentMethod", void 0);
|