@yolo-croket-dev/amqp-access 0.7.47-jun.46 → 0.7.47-jun.48
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PurchasedProcessV2Enum } from '@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity';
|
|
1
|
+
import { PurchasedProcessV2Enum, ReservationCancelTypeEnum } from '@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity';
|
|
2
2
|
declare class PurchaseReceiptReceiveInfo {
|
|
3
3
|
buyerName: string;
|
|
4
4
|
buyerPhoneNumber: string;
|
|
@@ -14,5 +14,6 @@ export declare class UpdatePurchaseReceiptPayload {
|
|
|
14
14
|
process?: PurchasedProcessV2Enum;
|
|
15
15
|
paymentDate?: Date;
|
|
16
16
|
receiveInfo?: PurchaseReceiptReceiveInfo;
|
|
17
|
+
cancelType?: ReservationCancelTypeEnum;
|
|
17
18
|
}
|
|
18
19
|
export {};
|
|
@@ -11,6 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdatePurchaseReceiptPayload = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
+
// eslint-disable-next-line max-len
|
|
14
15
|
const purchased_info_entity_1 = require("@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity");
|
|
15
16
|
const class_transformer_1 = require("class-transformer");
|
|
16
17
|
class PurchaseReceiptReceiveInfo {
|
|
@@ -78,3 +79,8 @@ __decorate([
|
|
|
78
79
|
(0, class_validator_1.IsOptional)(),
|
|
79
80
|
__metadata("design:type", PurchaseReceiptReceiveInfo)
|
|
80
81
|
], UpdatePurchaseReceiptPayload.prototype, "receiveInfo", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, class_validator_1.IsEnum)(purchased_info_entity_1.ReservationCancelTypeEnum),
|
|
84
|
+
(0, class_validator_1.IsOptional)(),
|
|
85
|
+
__metadata("design:type", String)
|
|
86
|
+
], UpdatePurchaseReceiptPayload.prototype, "cancelType", void 0);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.7.47-jun.
|
|
3
|
+
"version": "0.7.47-jun.48",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"@yolo-croket-dev/core": "^1.9.3",
|
|
22
22
|
"@yolo-croket-dev/domain": "^0.2.27",
|
|
23
23
|
"@yolo-croket-dev/dto-v2": "0.2.15",
|
|
24
|
-
"@yolo-croket-dev/entity": "0.2.66-jun.
|
|
25
|
-
"@yolo-croket-dev/entity-v2": "0.2.124-jun.
|
|
24
|
+
"@yolo-croket-dev/entity": "0.2.66-jun.10",
|
|
25
|
+
"@yolo-croket-dev/entity-v2": "0.2.124-jun.17",
|
|
26
26
|
"class-transformer": "^0.5.1",
|
|
27
27
|
"class-validator": "^0.13.2",
|
|
28
28
|
"dotenv": "^16.3.1"
|