@yolo-croket-dev/amqp-access 0.7.231 → 0.7.232
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/order-server/dto/purchasedinfos/query/atlas/get-p-infos-for-manage-buyer-by-atlas.dto.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ export declare class GetPInfosForManageBuyerByAtlasPayload {
|
|
|
21
21
|
isReservationItem?: boolean;
|
|
22
22
|
/** 분할 배송 필터 여부 */
|
|
23
23
|
isSplitDelivery?: boolean;
|
|
24
|
+
/** 중고 상품 모아보기 필터 여부 */
|
|
25
|
+
isUsedItem?: boolean;
|
|
24
26
|
/** 개인통관고유부호 등록 예정 모아보기 필터 여부 */
|
|
25
27
|
isPcccDeferred?: boolean;
|
|
26
28
|
}
|
|
@@ -29,5 +31,6 @@ export declare class GetPInfosForManageBuyerByAtlasResult {
|
|
|
29
31
|
datas: PurchasedInfoForSeller[];
|
|
30
32
|
reservationPInfoNums?: number;
|
|
31
33
|
splitDeliveryPInfoNums?: number;
|
|
34
|
+
usedPInfoNums?: number;
|
|
32
35
|
pcccDeferredPInfoNums?: number;
|
|
33
36
|
}
|
package/order-server/dto/purchasedinfos/query/atlas/get-p-infos-for-manage-buyer-by-atlas.dto.js
CHANGED
|
@@ -77,6 +77,11 @@ __decorate([
|
|
|
77
77
|
(0, class_validator_1.IsOptional)(),
|
|
78
78
|
__metadata("design:type", Boolean)
|
|
79
79
|
], GetPInfosForManageBuyerByAtlasPayload.prototype, "isSplitDelivery", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
(0, class_validator_1.IsBoolean)(),
|
|
82
|
+
(0, class_validator_1.IsOptional)(),
|
|
83
|
+
__metadata("design:type", Boolean)
|
|
84
|
+
], GetPInfosForManageBuyerByAtlasPayload.prototype, "isUsedItem", void 0);
|
|
80
85
|
__decorate([
|
|
81
86
|
(0, class_validator_1.IsBoolean)(),
|
|
82
87
|
(0, class_validator_1.IsOptional)(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.232",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@yolo-croket-dev/domain": "0.2.40",
|
|
24
24
|
"@yolo-croket-dev/dto-v2": "0.2.22",
|
|
25
25
|
"@yolo-croket-dev/entity": "0.2.94",
|
|
26
|
-
"@yolo-croket-dev/entity-v2": "0.3.
|
|
26
|
+
"@yolo-croket-dev/entity-v2": "0.3.7-beta.1",
|
|
27
27
|
"class-transformer": "^0.5.1",
|
|
28
28
|
"class-validator": "^0.13.2",
|
|
29
29
|
"dotenv": "^16.3.1"
|