@esolve/ng-esolve-connect 0.26.0 → 0.26.2

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.
@@ -1073,6 +1073,9 @@ class EsolveManufacturer {
1073
1073
  this.article = record.article ?? '';
1074
1074
  this.sort_priority = +(record.sort_priority ?? 0);
1075
1075
  this.image_name = record.image_name ?? '';
1076
+ seo_title = record.seo_page_title ?? '';
1077
+ seo_keywords = record.seo_keywords ?? '';
1078
+ seo_description = record.seo_description ?? '';
1076
1079
  if (record.is_active) {
1077
1080
  this.is_active = !!+record.is_active;
1078
1081
  }