@shopby/shop-sdk 1.75.1 → 1.75.3

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,20 @@
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.75.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.2...v1.75.3) (2024-07-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 주문서 channelType 타입수정 ([78165b5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/78165b522c37a2e6bc8a4d4933f719c3e1468af7))
11
+
12
+ ### [1.75.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.1...v1.75.2) (2024-07-08)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * 주문서 channelType 타입수정 ([0c94984](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/0c94984eaf7bb6378fca4e3a206862448725ca61))
18
+
5
19
  ### [1.75.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.0...v1.75.1) (2024-07-04)
6
20
 
7
21
 
@@ -191,7 +191,7 @@ export interface PostOrderSheetsRequest extends OptionalAccessTokenRequest {
191
191
  productCoupons?: ProductCoupon[];
192
192
  trackingKey?: string;
193
193
  cartNos?: number[];
194
- channelType?: OrderChannelType;
194
+ channelType?: string;
195
195
  products?: OrderSheetsProduct[];
196
196
  };
197
197
  }
@@ -204,7 +204,7 @@ export interface ProductCoupon {
204
204
  }
205
205
  export interface OrderSheetsProduct {
206
206
  recurringPaymentDelivery?: RecurringPaymentDelivery;
207
- channelType?: OrderChannelType;
207
+ channelType?: string;
208
208
  orderCnt: number;
209
209
  optionInputs?: OptionInput[];
210
210
  optionNo: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.75.1",
3
+ "version": "1.75.3",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",