@yolo-croket-dev/amqp-access 0.7.54-jun.23 → 0.7.54-jun.24

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.
@@ -26,6 +26,6 @@ export declare class CancelBillingPaymentPayload {
26
26
  export declare class CancelBillingPaymentResult {
27
27
  /** 취소 성공 여부 */
28
28
  isCancelSuccess: boolean;
29
- /** 나이스페이 빌링 취소 API 응답 (API 호출 자체가 실패한 경우 null) */
30
- nicepayBillingCancelApiResponse?: NicepayBillingCancelApiResponse;
29
+ /** 나이스페이 빌링 취소 API 응답 */
30
+ nicepayBillingCancelApiResponse: NicepayBillingCancelApiResponse;
31
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.23",
3
+ "version": "0.7.54-jun.24",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",