@shopby/shop-sdk 1.48.4 → 1.48.6

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,21 @@
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.48.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.5...v1.48.6) (2023-03-14)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * reviewAvailable 프로퍼티추가 ([653f2f9](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/653f2f93ea1c9fab766e1d515adb4b852e30d8b6))
11
+
12
+ ### [1.48.5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.3...v1.48.5) (2023-03-13)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * modify PLATFORM_TYPE_MAP ([#159](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/159)) ([2f82a0e](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/2f82a0ed13602a902b5c84542072147d24ae19a5))
18
+ * modify TERMS_TYPE value ([#157](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/157)) ([bbed627](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/bbed627c427137a1e65832898cc62e547a52921e))
19
+
5
20
  ### [1.48.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.3...v1.48.4) (2023-03-13)
6
21
 
7
22
 
@@ -4,5 +4,6 @@ export * from './term';
4
4
  export declare const PLATFORM_TYPE_MAP: {
5
5
  readonly PC: "PC";
6
6
  readonly MOBILE_WEB: "MOBILE_WEB";
7
- readonly MOBILE_APP: "MOBILE_APP";
7
+ readonly AOS: "AOS";
8
+ readonly IOS: "IOS";
8
9
  };
@@ -4,6 +4,7 @@ export * from './term';
4
4
  export var PLATFORM_TYPE_MAP = {
5
5
  PC: 'PC',
6
6
  MOBILE_WEB: 'MOBILE_WEB',
7
- MOBILE_APP: 'MOBILE_APP',
7
+ AOS: 'AOS',
8
+ IOS: 'IOS',
8
9
  };
9
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/maps/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAEvB,MAAM,CAAC,IAAM,iBAAiB,GAAG;IAC/B,EAAE,EAAE,IAAI;IACR,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;CAChB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/maps/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAEvB,MAAM,CAAC,IAAM,iBAAiB,GAAG;IAC/B,EAAE,EAAE,IAAI;IACR,UAAU,EAAE,YAAY;IACxB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACF,CAAC"}
@@ -45,6 +45,7 @@ export interface GetProductsProductNoResponse {
45
45
  exchangeGuide?: HTMLString;
46
46
  refundGuide?: HTMLString;
47
47
  price: ProductPrice;
48
+ reviewAvailable: boolean;
48
49
  categories: ProductNestingCategory[];
49
50
  stock: ProductStock;
50
51
  deliveryDate: ProductDeliveryDate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.48.4",
3
+ "version": "1.48.6",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",