@yolo-croket-dev/amqp-access 0.7.54-jun.19 → 0.7.54-jun.20

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,4 +1,4 @@
1
- import { PurchasedInfoNicepayBillingRefundInfo } from '@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity';
1
+ import { NicepayBillingCancelApiResponse } from '@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity';
2
2
  /**
3
3
  * @author jun
4
4
  * @description NicePay 빌링 결제 취소 요청 Payload
@@ -26,5 +26,6 @@ export declare class CancelBillingPaymentPayload {
26
26
  export declare class CancelBillingPaymentResult {
27
27
  /** 취소 성공 여부 */
28
28
  isCancelSuccess: boolean;
29
- nicepayBillingRefundInfo: PurchasedInfoNicepayBillingRefundInfo;
29
+ /** 나이스페이 빌링 취소 API 응답 */
30
+ nicepayBillingCancelApiResponse: NicepayBillingCancelApiResponse;
30
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.54-jun.19",
3
+ "version": "0.7.54-jun.20",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",