@shopby/shop-sdk 1.78.59 → 1.78.61

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.
@@ -1716,7 +1716,7 @@ export interface PostDesignPopupsResponse {
1716
1716
  popupDesignType: PopupDesignType;
1717
1717
  layoutSettingMode: LayoutSettingMode;
1718
1718
  popupWidthType?: PopupWidthType;
1719
- popupPositionType?: PopupPositionType;
1719
+ popupPosition?: PopupPositionType;
1720
1720
  }
1721
1721
  export interface GetDisplayPopupsRequest {
1722
1722
  queryString: {
@@ -1737,7 +1737,6 @@ export interface PageInfos {
1737
1737
  }
1738
1738
  export declare type GetDisplayPopupsResponse = PostDesignPopupsResponse & {
1739
1739
  pageInfos: PageInfos;
1740
- popupPosition: PopupPositionType;
1741
1740
  startYmdt: string;
1742
1741
  endYmdt: string;
1743
1742
  label: string;
@@ -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.59",
3
+ "version": "1.78.61",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",