@shopby/shop-sdk 1.63.6 → 1.63.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.63.7](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.6...v1.63.7) (2023-08-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 마이페이 업데이트 필수 타입 분리 ([0c78689](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/0c786898c5f5282c2aad886143b32f2a00808e0f))
11
+ * 주문시 마이페이 업데이트 타입으로 변경 ([b656247](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/b656247296c5f4dc81429327481560f636dc5fa4))
12
+
5
13
  ### [1.63.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.5...v1.63.6) (2023-08-18)
6
14
 
7
15
 
@@ -601,7 +601,7 @@ export interface PostPaymentsReserveRequest extends OptionalAccessTokenRequest {
601
601
  subPayAmt: number;
602
602
  cashReceipt?: CashReceipt;
603
603
  shippingAddresses?: ShippingAddressesItem[];
604
- myPayInfo: Nullable<MyPayInfo>;
604
+ myPayInfo: Nullable<UpdateMyPayInfo>;
605
605
  };
606
606
  }
607
607
  export interface PostPaymentsReserveResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.63.6",
3
+ "version": "1.63.7",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",