@yolo-croket-dev/amqp-access 0.4.29-slowquery.0 → 0.4.29-slowquery.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.4.29-slowquery.0",
3
+ "version": "0.4.29-slowquery.1",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -19,7 +19,7 @@ let AmqpStoreItemPriceFluctuationService = class AmqpStoreItemPriceFluctuationSe
19
19
  this.amqpManager = new functions_1.AmqpManagement(this.client);
20
20
  }
21
21
  async getStoreItemPriceFluctuationCompareBetweenTimes(payload, param) {
22
- return this.amqpManager.call('스토어 상품 가격 변동 비교', 'store-item-price-fluctuation.get-compare-per-day-store-item-price-fluctuation', payload, param, { isErrorThrowing: true });
22
+ return this.amqpManager.call('스토어 상품 가격 변동 비교', 'store-item-price-fluctuation.get.compare-between-times', payload, param, { isErrorThrowing: true });
23
23
  }
24
24
  };
25
25
  exports.AmqpStoreItemPriceFluctuationService = AmqpStoreItemPriceFluctuationService;