@yolo-croket-dev/amqp-access 0.4.117-jun.0 → 0.4.117-jun.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.
@@ -8,7 +8,7 @@ export interface BrandBlackFridayCouponData {
8
8
  link: string;
9
9
  linkTitle: string;
10
10
  }
11
- export declare class GetBrandBlackFridayCouponResult {
11
+ export declare class GetBrandBlackFridayCouponPageResult {
12
12
  mainTitle: string;
13
13
  subTitle: string;
14
14
  topImg: string;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetBrandBlackFridayCouponPageResult = void 0;
4
+ class GetBrandBlackFridayCouponPageResult {
5
+ }
6
+ exports.GetBrandBlackFridayCouponPageResult = GetBrandBlackFridayCouponPageResult;
@@ -1 +1 @@
1
- export * from './get-brand-black-friday-coupon.dto';
1
+ export * from './get-brand-black-friday-coupon-page.dto';
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./get-brand-black-friday-coupon.dto"), exports);
17
+ __exportStar(require("./get-brand-black-friday-coupon-page.dto"), exports);
@@ -1,9 +1,9 @@
1
1
  import { ClientProxy } from '@nestjs/microservices';
2
2
  import { AbstractParam } from '@yolo-croket-dev/core';
3
- import { GetBrandBlackFridayCouponResult } from '../../../dto/summer-black-friday.modules/brand-black-friday-coupon';
3
+ import { GetBrandBlackFridayCouponPageResult } from '../../../dto/summer-black-friday.modules/brand-black-friday-coupon';
4
4
  export declare class AmqpBrandBlackFridayCouponService {
5
5
  private readonly client;
6
6
  private readonly amqpManager;
7
7
  constructor(client: ClientProxy);
8
- getBrandBlackFridayCoupon(payload: void, param: AbstractParam): Promise<GetBrandBlackFridayCouponResult>;
8
+ getBrandBlackFridayCouponPage(payload: void, param: AbstractParam): Promise<GetBrandBlackFridayCouponPageResult>;
9
9
  }
@@ -21,8 +21,8 @@ let AmqpBrandBlackFridayCouponService = class AmqpBrandBlackFridayCouponService
21
21
  this.client = client;
22
22
  this.amqpManager = new functions_1.AmqpManagement(this.client);
23
23
  }
24
- async getBrandBlackFridayCoupon(payload, param) {
25
- return this.amqpManager.call('브랜드 블랙 프라이데이 쿠폰 조회', 'brand-black-friday-coupon.get', payload, param, { isErrorThrowing: true });
24
+ async getBrandBlackFridayCouponPage(payload, param) {
25
+ return this.amqpManager.call('브랜드 블랙 프라이데이 쿠폰 조회', 'brand-black-friday-coupon.get.page', payload, param, { isErrorThrowing: true });
26
26
  }
27
27
  };
28
28
  exports.AmqpBrandBlackFridayCouponService = AmqpBrandBlackFridayCouponService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.117-jun.0",
3
+ "version": "0.4.117-jun.1",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBrandBlackFridayCouponResult = void 0;
4
- class GetBrandBlackFridayCouponResult {
5
- }
6
- exports.GetBrandBlackFridayCouponResult = GetBrandBlackFridayCouponResult;