@shopby/shop-sdk 1.1.1 → 1.1.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.
@@ -915,10 +915,10 @@ export interface SkinBannersGroupsBySkinRequest extends RequestConfig {
915
915
  };
916
916
  }
917
917
  export interface SkinBannersGroupsBySkinResponse {
918
- skinCode?: string;
919
- platformType?: string;
920
- skinName?: string;
921
- bannerGroups?: Array<SkinBannersGroupsBySkinBannerGroups>;
918
+ skinCode: string;
919
+ platformType: string;
920
+ skinName: string;
921
+ bannerGroups: Array<SkinBannersGroupsBySkinBannerGroups>;
922
922
  }
923
923
  export interface SkinBannersGroupsBySkinBannerGroups {
924
924
  groupType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",