@shopby/shop-sdk 1.3.1 → 1.3.2

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.
@@ -1,4 +1,4 @@
1
- import { OrderByType, RequestConfig, SaleStatusType } from "./root";
1
+ import { BannerGroupCode, OrderByType, RequestConfig, SaleStatusType } from "./root";
2
2
  export interface GetCategoriesRequest extends RequestConfig {
3
3
  queryString: {
4
4
  keyword?: string;
@@ -875,7 +875,7 @@ export interface SkinBannersResponse {
875
875
  skinNo: number;
876
876
  banners: SkinBanners[];
877
877
  bannerGroupName: string;
878
- bannerGroupCode: string;
878
+ bannerGroupCode: BannerGroupCode;
879
879
  }
880
880
  export interface SkinBanners {
881
881
  visible: boolean;
@@ -3,3 +3,4 @@ export declare type SearchTypes = 'ALL' | 'title' | 'content' | 'writer';
3
3
  export declare type DirectionTypes = 'ASC' | 'DESC';
4
4
  export declare type OrderByType = 'ADMIN_SETTING' | 'SALE' | 'LOW_PRICE' | 'HIGH_PRICE' | 'REVIEW' | 'REGISTER';
5
5
  export declare type SaleStatusType = 'READY_ONSALE' | 'ONSALE' | 'RESERVATION_AND_ONSALE';
6
+ export declare type BannerGroupCode = 'LOGO0001' | 'BANNER01' | 'BANNER02' | 'BANNER03' | 'BANNER04' | 'BANNER05' | 'BANNER06' | 'BANNER07';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",