@yolo-croket-dev/amqp-access 0.5.165-sj → 0.5.166

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.5.165-sj",
3
+ "version": "0.5.166",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -20,8 +20,8 @@
20
20
  "@nestjs/common": "^10.3.10",
21
21
  "@yolo-croket-dev/core": "1.7.17",
22
22
  "@yolo-croket-dev/domain": "^0.2.12",
23
- "@yolo-croket-dev/dto-v2": "^0.1.19",
24
- "@yolo-croket-dev/entity": "^0.2.38",
23
+ "@yolo-croket-dev/dto-v2": "^0.1.20",
24
+ "@yolo-croket-dev/entity": "^0.2.39",
25
25
  "@yolo-croket-dev/entity-v2": "^0.2.49",
26
26
  "class-transformer": "^0.5.1",
27
27
  "class-validator": "^0.13.2",
@@ -57,7 +57,7 @@ export declare class RegStoreItemPayload {
57
57
  engBrandName?: string;
58
58
  GTIN?: string;
59
59
  /** 키워드 목록 */
60
- keywords?: StoreItemKeyword[];
60
+ itemKeywords?: StoreItemKeyword[];
61
61
  }
62
62
  export declare class RegStoreItemResult {
63
63
  itemId: string;
@@ -232,7 +232,7 @@ __decorate([
232
232
  (0, class_validator_1.ValidateNested)({ each: true }),
233
233
  (0, class_transformer_1.Type)(() => StoreItemKeyword),
234
234
  __metadata("design:type", Array)
235
- ], RegStoreItemPayload.prototype, "keywords", void 0);
235
+ ], RegStoreItemPayload.prototype, "itemKeywords", void 0);
236
236
  class RegStoreItemResult {
237
237
  }
238
238
  exports.RegStoreItemResult = RegStoreItemResult;