@shopby/shop-sdk 1.77.11 → 1.77.12

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.77.12](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.77.11...v1.77.12) (2024-09-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * orderProductOption 에 isRequiredOption 항목 추가 ([48720ca](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/48720cac86202b98da174e62e5104a05e34a0d65))
11
+
5
12
  ### [1.77.11](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.77.10...v1.77.11) (2024-09-27)
6
13
 
7
14
 
@@ -428,6 +428,7 @@ export interface OrderProductOption {
428
428
  optionManagementCd: string;
429
429
  cartNo: number;
430
430
  productNo: number;
431
+ isRequiredOption: boolean;
431
432
  }
432
433
  export interface SetOption {
433
434
  usesOption: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.77.11",
3
+ "version": "1.77.12",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",