@shopby/shop-sdk 1.78.59 → 1.78.60
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
|
-
|
|
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;
|