@shopby/shop-sdk 1.63.19 → 1.63.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.20](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.19...v1.63.20) (2023-09-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 주문예약하기에 agreementTermsTypes 필드 추가 ([cf18742](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/cf187425e6ad98b7396255b0329a00597f14ec2c))
11
+
5
12
  ### [1.63.19](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.18...v1.63.19) (2023-09-18)
6
13
 
7
14
 
@@ -620,6 +620,7 @@ export interface PostPaymentsReserveRequest extends OptionalAccessTokenRequest {
620
620
  myPayInfo: Nullable<UpdateMyPayInfo>;
621
621
  customTermsNos?: Array<number>;
622
622
  agreementTypes?: TermsType[];
623
+ agreementTermsTypes?: TermsType[];
623
624
  };
624
625
  }
625
626
  export interface PostPaymentsReserveResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.63.19",
3
+ "version": "1.63.20",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",