@yolo-croket-dev/amqp-access 0.4.98-jun.0 → 0.4.98-jun.2

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.
@@ -1,2 +1,3 @@
1
1
  export * from './get-purchased-infos-for-admin.dto';
2
2
  export * from './get-purchased-info-detail-for-admin-edit.dto';
3
+ export * from './get-purchased-info-logs-for-coupon-info.dto';
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./get-purchased-infos-for-admin.dto"), exports);
18
18
  __exportStar(require("./get-purchased-info-detail-for-admin-edit.dto"), exports);
19
+ __exportStar(require("./get-purchased-info-logs-for-coupon-info.dto"), exports);
@@ -1,6 +1,6 @@
1
1
  import { ClientProxy } from '@nestjs/microservices';
2
2
  import { AbstractParam } from '@yolo-croket-dev/core';
3
- import { GetPurchasedInfosForAdminPayload, GetPurchasedInfosForAdminResult, GetPurchasedInfoDetailForAdminEditPayload, GetPurchasedInfoDetailForAdminEditResult, EditPInfoEtcDataPayload, EditPInfoMemoPayload, EditPInfoPricePayload, EditPInfoProcessPayload, EditPInfoReceiverInfoPayload, EditPInfoWaitingReceiveInfoPayload, EditPInfoUsedCouponInfoPayload, DeletePInfoUsedCouponInfoPayload } from '../../dto/purchased-info.modules';
3
+ import { GetPurchasedInfosForAdminPayload, GetPurchasedInfosForAdminResult, GetPurchasedInfoDetailForAdminEditPayload, GetPurchasedInfoDetailForAdminEditResult, EditPInfoEtcDataPayload, EditPInfoMemoPayload, EditPInfoPricePayload, EditPInfoProcessPayload, EditPInfoReceiverInfoPayload, EditPInfoWaitingReceiveInfoPayload, EditPInfoUsedCouponInfoPayload, DeletePInfoUsedCouponInfoPayload, GetPurchasedInfoLogsForCouponInfoPayload, GetPurchasedInfoLogsForCouponInfoResult } from '../../dto/purchased-info.modules';
4
4
  export declare class AmqpPurchasedInfoAdminService {
5
5
  private readonly client;
6
6
  private readonly amqpManager;
@@ -15,4 +15,5 @@ export declare class AmqpPurchasedInfoAdminService {
15
15
  editPInfoWaitingReceiveInfo(payload: EditPInfoWaitingReceiveInfoPayload, param: AbstractParam): Promise<void>;
16
16
  editPInfoUsedCouponInfo(payload: EditPInfoUsedCouponInfoPayload, param: AbstractParam): Promise<void>;
17
17
  deletePInfoUsedCouponInfo(payload: DeletePInfoUsedCouponInfoPayload, param: AbstractParam): Promise<void>;
18
+ getPurchasedInfoLogsForCouponInfo(payload: GetPurchasedInfoLogsForCouponInfoPayload, param: AbstractParam): Promise<GetPurchasedInfoLogsForCouponInfoResult>;
18
19
  }
@@ -51,6 +51,9 @@ let AmqpPurchasedInfoAdminService = class AmqpPurchasedInfoAdminService {
51
51
  async deletePInfoUsedCouponInfo(payload, param) {
52
52
  return this.amqpManager.call('결제 상세 사용 쿠폰 정보 삭제 (관리자)', 'purchased-info-admin.delete.used-coupon-info', payload, param, { isErrorThrowing: true });
53
53
  }
54
+ async getPurchasedInfoLogsForCouponInfo(payload, param) {
55
+ return this.amqpManager.call('결제 상세 쿠폰 정보 로그 조회 (관리자)', 'purchased-info-admin.get.logs-for-coupon-info', payload, param, { isErrorThrowing: true });
56
+ }
54
57
  };
55
58
  exports.AmqpPurchasedInfoAdminService = AmqpPurchasedInfoAdminService;
56
59
  exports.AmqpPurchasedInfoAdminService = AmqpPurchasedInfoAdminService = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.98-jun.0",
3
+ "version": "0.4.98-jun.2",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",