@yolo-croket-dev/amqp-access 0.7.116 → 0.7.118

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.
@@ -21,10 +21,13 @@ export declare class GetPInfosForManageBuyerByAtlasPayload {
21
21
  isReservationItem?: boolean;
22
22
  /** 분할 배송 필터 여부 */
23
23
  isSplitDelivery?: boolean;
24
+ /** 개인통관고유부호 등록 예정 모아보기 필터 여부 */
25
+ isPcccDeferred?: boolean;
24
26
  }
25
27
  export declare class GetPInfosForManageBuyerByAtlasResult {
26
28
  allCount: number;
27
29
  datas: PurchasedInfoForSeller[];
28
30
  reservationPInfoNums?: number;
29
31
  splitDeliveryPInfoNums?: number;
32
+ pcccDeferredPInfoNums?: number;
30
33
  }
@@ -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, "isPcccDeferred", void 0);
80
85
  class GetPInfosForManageBuyerByAtlasResult {
81
86
  }
82
87
  exports.GetPInfosForManageBuyerByAtlasResult = GetPInfosForManageBuyerByAtlasResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.116",
3
+ "version": "0.7.118",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",