@yolo-croket-dev/amqp-access 0.7.154 → 0.7.155

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.154",
3
+ "version": "0.7.155",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -13,6 +13,8 @@ export declare class GetAbroadSettleRemittancePdfDataForUserResult {
13
13
  foreignBusinessRegistrationNumber?: string;
14
14
  /** 셀러 해외 계좌 정보의 국가 코드 */
15
15
  countryCode?: string;
16
+ /** 셀러 해외 계좌 정보의 통화 코드 */
17
+ currencyCode?: string;
16
18
  /** 은행명 */
17
19
  bankName?: string;
18
20
  /** 마스킹된 계좌번호 */