@shopby/shop-sdk 1.78.60 → 1.78.62

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.
@@ -1717,6 +1717,7 @@ export interface PostDesignPopupsResponse {
1717
1717
  layoutSettingMode: LayoutSettingMode;
1718
1718
  popupWidthType?: PopupWidthType;
1719
1719
  popupPosition?: PopupPositionType;
1720
+ type?: PopupType;
1720
1721
  }
1721
1722
  export interface GetDisplayPopupsRequest {
1722
1723
  queryString: {
@@ -1740,10 +1741,9 @@ export declare type GetDisplayPopupsResponse = PostDesignPopupsResponse & {
1740
1741
  startYmdt: string;
1741
1742
  endYmdt: string;
1742
1743
  label: string;
1743
- type: PopupType;
1744
1744
  width: number;
1745
1745
  height: number;
1746
- displayType: DisplayTypes;
1746
+ displayTypes: DisplayTypes;
1747
1747
  };
1748
1748
  export interface GetDisplayPopupsPopupNosRequest {
1749
1749
  pathVariable: {
@@ -475,6 +475,7 @@ export interface InquiriesInquiryNoAnswer {
475
475
  answerContent?: string;
476
476
  answerNo?: number;
477
477
  file?: Array<InquiriesInquiryNoFile>;
478
+ files?: Array<InquiriesInquiryNoFile>;
478
479
  }
479
480
  export interface InquiriesInquiryNoInquiryType {
480
481
  inquiryTypeDescription: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.60",
3
+ "version": "1.78.62",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",