@yolo-croket-dev/amqp-access 0.7.59 → 0.7.60-hj-1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.59",
3
+ "version": "0.7.60-hj-1",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -7,9 +7,9 @@ export declare class GetParseStoreItemGroupData {
7
7
  itemName: string;
8
8
  brandName: string;
9
9
  mainCategory: string;
10
- subCategory: string;
10
+ subCategory?: string;
11
11
  /** 원본 SKU 리스트 (엑셀의 originalSkus 컬럼 데이터, 쉼표로 구분된 문자열) */
12
- originalSkus: string;
12
+ originalSkus?: string;
13
13
  /** 매칭 키워드 (쉼표로 구분된 문자열) */
14
14
  matchKeywords?: string;
15
15
  }
@@ -45,12 +45,12 @@ __decorate([
45
45
  ], GetParseStoreItemGroupData.prototype, "mainCategory", void 0);
46
46
  __decorate([
47
47
  (0, class_validator_1.IsString)(),
48
- (0, class_validator_1.IsNotEmpty)(),
48
+ (0, class_validator_1.IsOptional)(),
49
49
  __metadata("design:type", String)
50
50
  ], GetParseStoreItemGroupData.prototype, "subCategory", void 0);
51
51
  __decorate([
52
52
  (0, class_validator_1.IsString)(),
53
- (0, class_validator_1.IsNotEmpty)(),
53
+ (0, class_validator_1.IsOptional)(),
54
54
  __metadata("design:type", String)
55
55
  ], GetParseStoreItemGroupData.prototype, "originalSkus", void 0);
56
56
  __decorate([