@yolo-croket-dev/amqp-access 0.7.47-jun.13 → 0.7.47-jun.14
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.
|
@@ -9,8 +9,6 @@ export declare class IssueBillingKeyPayload {
|
|
|
9
9
|
authToken: string;
|
|
10
10
|
/** 전문생성일시 (YYYYMMDDHHMMSS) */
|
|
11
11
|
ediDate: string;
|
|
12
|
-
/** 위변조 검증 데이터: hex(sha256(TID + MID + EdiDate + MerchantKey)) */
|
|
13
|
-
signData: string;
|
|
14
12
|
/** 응답 인코딩 (euc-kr / utf-8) */
|
|
15
13
|
charSet: string;
|
|
16
14
|
/** 응답 전문 유형 (JSON / KV) */
|
|
@@ -33,11 +33,6 @@ __decorate([
|
|
|
33
33
|
(0, class_validator_1.IsNotEmpty)(),
|
|
34
34
|
__metadata("design:type", String)
|
|
35
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, "signData", void 0);
|
|
41
36
|
__decorate([
|
|
42
37
|
(0, class_validator_1.IsString)(),
|
|
43
38
|
(0, class_validator_1.IsNotEmpty)(),
|