@yolo-croket-dev/amqp-access 0.5.147-sj1 → 0.5.147-sj2

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.147-sj1",
3
+ "version": "0.5.147-sj2",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -22,7 +22,7 @@
22
22
  "@yolo-croket-dev/domain": "^0.2.12",
23
23
  "@yolo-croket-dev/dto-v2": "^0.1.10",
24
24
  "@yolo-croket-dev/entity": "^0.2.29",
25
- "@yolo-croket-dev/entity-v2": "^0.2.44",
25
+ "@yolo-croket-dev/entity-v2": "^0.2.48-sj",
26
26
  "class-transformer": "^0.5.1",
27
27
  "class-validator": "^0.13.2",
28
28
  "dotenv": "^16.3.1"
@@ -55,7 +55,7 @@ let AmqpBrandService = class AmqpBrandService {
55
55
  return this.amqpManager.call('브랜드 유의어 수정', 'brand.update.sub-names', payload, param);
56
56
  }
57
57
  async getBrandByNameOrSubNameForAdmin(payload, param) {
58
- return this.amqpManager.call('브랜드 이름 또는 유의어로 조회 -관리자-', 'brand.get.name-or-sub-name', payload, param);
58
+ return this.amqpManager.call('브랜드 이름 또는 유의어로 조회 -관리자-', 'brand.get.by-name-or-sub-name-for-admin', payload, param);
59
59
  }
60
60
  };
61
61
  exports.AmqpBrandService = AmqpBrandService;