@@ -73,6 +73,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
7373 AllowNullable (FetchedStoreProfile .DesignSettings ::checkoutShowAddressLine2),
7474 AllowNullable (FetchedStoreProfile .DesignSettings ::checkoutShowStateInput),
7575 AllowNullable (FetchedStoreProfile .DesignSettings ::enableCatalogOnOnePage),
76+ AllowNullable (FetchedStoreProfile .DesignSettings ::enableCatalogSeamlessProductListView),
7677 AllowNullable (FetchedStoreProfile .DesignSettings ::enablePageTransitions),
7778 AllowNullable (FetchedStoreProfile .DesignSettings ::enableSimpleCategoryList),
7879 AllowNullable (FetchedStoreProfile .DesignSettings ::feedbackMessagePosition),
@@ -134,9 +135,12 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
134135 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsThumbnailsAspectRatio),
135136 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsTwoColumnsWithLeftSidebarShowProductDescriptionOnSidebar),
136137 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsTwoColumnsWithRightSidebarShowProductDescriptionOnSidebar),
138+ AllowNullable (FetchedStoreProfile .DesignSettings ::productFiltersOpenedByDefaultOnCatalogPages),
137139 AllowNullable (FetchedStoreProfile .DesignSettings ::productFiltersOpenedByDefaultOnCategoryPage),
138140 AllowNullable (FetchedStoreProfile .DesignSettings ::productFiltersPositionCategoryPage),
141+ AllowNullable (FetchedStoreProfile .DesignSettings ::productFiltersPositionOnCatalogPages),
139142 AllowNullable (FetchedStoreProfile .DesignSettings ::productFiltersPositionSearchPage),
143+ AllowNullable (FetchedStoreProfile .DesignSettings ::productFiltersVisibleOnCatalogPages),
140144 AllowNullable (FetchedStoreProfile .DesignSettings ::productListBuyNowBehaviour),
141145 AllowNullable (FetchedStoreProfile .DesignSettings ::productListCardLayout),
142146 AllowNullable (FetchedStoreProfile .DesignSettings ::productListCategoryCellSpacing),
0 commit comments