@yolo-croket-dev/amqp-access 0.0.124 → 0.0.125

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,6 +1,9 @@
1
1
  import { PayTryLogPayMethodTypeEnum, DataPaymentMethodPayTypeEnum } from '@yolo-croket-dev/entity-v2/data-payment-method/data-payment-method.entity';
2
- export declare class GetAllPaymentFeePercentResult {
2
+ export declare class PaymentFeePercent {
3
3
  payType: DataPaymentMethodPayTypeEnum;
4
4
  payMethod: PayTryLogPayMethodTypeEnum;
5
5
  feePercent: number;
6
6
  }
7
+ export declare class GetAllPaymentFeePercentResult {
8
+ PaymentFeePercents: PaymentFeePercent[];
9
+ }
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAllPaymentFeePercentResult = void 0;
3
+ exports.GetAllPaymentFeePercentResult = exports.PaymentFeePercent = void 0;
4
+ class PaymentFeePercent {
5
+ }
6
+ exports.PaymentFeePercent = PaymentFeePercent;
4
7
  class GetAllPaymentFeePercentResult {
5
8
  }
6
9
  exports.GetAllPaymentFeePercentResult = GetAllPaymentFeePercentResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",