@@ -93,6 +93,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
9393 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionProductPrice),
9494 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionProductLoyalty),
9595 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionProductSku),
96+ AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionReviewSection),
9697 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionSaveForLater),
9798 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionShareButtons),
9899 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionSubtitle),
@@ -117,6 +118,9 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
117118 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowProductLoyalty),
118119 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowProductSku),
119120 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowQty),
121+ AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowRatingSection),
122+ AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowReviewsSection),
123+ AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowReviewsSectionInOneCardView),
120124 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowSalePrice),
121125 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowSaveForLater),
122126 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowShareButtons),
@@ -147,6 +151,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
147151 AllowNullable (FetchedStoreProfile .DesignSettings ::productListImageSize),
148152 AllowNullable (FetchedStoreProfile .DesignSettings ::productListNameBehaviour),
149153 AllowNullable (FetchedStoreProfile .DesignSettings ::productListPriceBehaviour),
154+ AllowNullable (FetchedStoreProfile .DesignSettings ::productListRatingSectionBehavior),
150155 AllowNullable (FetchedStoreProfile .DesignSettings ::productListSKUBehaviour),
151156 AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowAdditionalImage),
152157 AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowBreadcrumbs),
@@ -155,6 +160,9 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
155160 AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowOnSaleLabel),
156161 AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowPayWhatYouWantLabel),
157162 AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowProductImages),
163+ AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowRatingInOneStar),
164+ AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowRatingNumberInFiveStarsView),
165+ AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowReviewsCountInFiveStarsView),
158166 AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowSignInLink),
159167 AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowSoldOutLabel),
160168 AllowNullable (FetchedStoreProfile .DesignSettings ::productListShowSortViewAsOptions),
0 commit comments