@yolo-croket-dev/amqp-access 0.0.7-jun.11 → 0.0.7-jun.12

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.0.7-jun.11",
3
+ "version": "0.0.7-jun.12",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -13,7 +13,7 @@ export declare class AmqpSelectionFrameService {
13
13
  searchSelectionFrameForAdmin(payload: SearchSelectionFrameForAdminPayload, param: AbstractParam): Promise<SearchSelectionFrameForAdminResult>;
14
14
  searchSelectionFramesForBuyer(payload: SearchSelectionFramesForBuyerPayload, param: AbstractParam): Promise<SearchSelectionFramesForBuyerResult>;
15
15
  searchTitleMatchingSelectionFrames(payload: SearchTitleMatchingSelectionFramesPayload, param: AbstractParam): Promise<SearchTitleMatchingSelectionFramesResult>;
16
- search(payload: SearchSelectionFrameIdsBySelectionFrameDataIdPayload, param: AbstractParam): Promise<SearchSelectionFrameIdsBySelectionFrameDataIdResult>;
16
+ searchSelectionFrameIdsBySelectionFrameDataId(payload: SearchSelectionFrameIdsBySelectionFrameDataIdPayload, param: AbstractParam): Promise<SearchSelectionFrameIdsBySelectionFrameDataIdResult>;
17
17
  searchSelectionFramesByIds(payload: SearchSelectionFramesByIdsPayload, param: AbstractParam): Promise<SearchSelectionFramesByIdsResult>;
18
18
  searchSelectionFramesStoreItemsByStoreItemId(payload: SearchSelectionFramesStoreItemsByStoreItemIdPayload, param: AbstractParam): Promise<SearchSelectionFramesStoreItemsByStoreItemIdResult>;
19
19
  searchSelectionFrameDataIdsBySelectionFrameId(payload: SearchSelectionFrameDataIdsBySelectionFrameIdPayload, param: AbstractParam): Promise<SearchSelectionFrameDataIdsBySelectionFrameIdResult>;
@@ -42,7 +42,7 @@ let AmqpSelectionFrameService = class AmqpSelectionFrameService {
42
42
  async searchTitleMatchingSelectionFrames(payload, param) {
43
43
  return this.amqpManager.call('타이틀에 매칭되는 셀렉션 프레임 조회', 'selection-frame.get.title-match-list', payload, param, { isErrorThrowing: true });
44
44
  }
45
- async search(payload, param) {
45
+ async searchSelectionFrameIdsBySelectionFrameDataId(payload, param) {
46
46
  return this.amqpManager.call('', 'selection-frame.get.ids-by-selection-frame-data-id', payload, param, { isErrorThrowing: true });
47
47
  }
48
48
  async searchSelectionFramesByIds(payload, param) {