@yolo-croket-dev/amqp-access 0.7.195 → 0.7.197

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.
@@ -19,4 +19,6 @@ export declare class UpdateCrawlerProxyOrderInfoForAdminPayload {
19
19
  actualPurchaseAmount?: number | null;
20
20
  /** 실제 사입 결제가(달러) */
21
21
  purchasePaidAmountUsd?: number;
22
+ /** 크롤러 사입 주문 운영 메모. null 또는 빈 문자열이면 기존 메모를 초기화한다. */
23
+ memo?: string | null;
22
24
  }
@@ -70,3 +70,9 @@ __decorate([
70
70
  (0, class_validator_1.IsOptional)(),
71
71
  __metadata("design:type", Number)
72
72
  ], UpdateCrawlerProxyOrderInfoForAdminPayload.prototype, "purchasePaidAmountUsd", void 0);
73
+ __decorate([
74
+ (0, class_validator_1.IsString)(),
75
+ (0, class_validator_1.MaxLength)(1000),
76
+ (0, class_validator_1.IsOptional)(),
77
+ __metadata("design:type", Object)
78
+ ], UpdateCrawlerProxyOrderInfoForAdminPayload.prototype, "memo", void 0);
@@ -16,6 +16,8 @@ export declare class GetCrawlerProxyOrderListForAdminPayload {
16
16
  pInfoId?: string;
17
17
  /** 주문번호 */
18
18
  publicId?: string;
19
+ /** 판매처 사입 주문번호 */
20
+ purchaseOrderNumber?: string;
19
21
  /** 구매자 아이디 */
20
22
  buyerId?: string;
21
23
  /** 상품명 */
@@ -50,6 +50,11 @@ __decorate([
50
50
  (0, class_validator_1.IsOptional)(),
51
51
  __metadata("design:type", String)
52
52
  ], GetCrawlerProxyOrderListForAdminPayload.prototype, "publicId", void 0);
53
+ __decorate([
54
+ (0, class_validator_1.IsString)(),
55
+ (0, class_validator_1.IsOptional)(),
56
+ __metadata("design:type", String)
57
+ ], GetCrawlerProxyOrderListForAdminPayload.prototype, "purchaseOrderNumber", void 0);
53
58
  __decorate([
54
59
  (0, class_validator_1.IsMongoId)(),
55
60
  (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.195",
3
+ "version": "0.7.197",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",