@@ -91,6 +91,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
9191 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionProductName),
9292 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionProductOptions),
9393 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionProductPrice),
94+ AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionProductLoyalty),
9495 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionProductSku),
9596 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionSaveForLater),
9697 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsPositionShareButtons),
@@ -113,6 +114,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
113114 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowProductOptions),
114115 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowProductPhotoZoom),
115116 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowProductPrice),
117+ AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowProductLoyalty),
116118 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowProductSku),
117119 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowQty),
118120 AllowNullable (FetchedStoreProfile .DesignSettings ::productDetailsShowSalePrice),
0 commit comments