@infrab4a/connect-angular 4.19.0-beta.8 → 4.19.0

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.
@@ -1392,19 +1392,27 @@ class CatalogService {
1392
1392
  this.brandsList = {};
1393
1393
  this.fields = [
1394
1394
  'id',
1395
- 'stock',
1396
- 'gender',
1397
- 'EAN',
1398
1395
  'name',
1399
- 'rate',
1396
+ 'slug',
1397
+ 'images',
1398
+ 'miniatures',
1400
1399
  'price',
1400
+ 'stock',
1401
1401
  'published',
1402
+ 'CEST',
1403
+ 'EAN',
1404
+ 'NCM',
1402
1405
  'brand',
1406
+ 'costPrice',
1407
+ 'hasVariants',
1408
+ 'isKit',
1409
+ 'sku',
1410
+ 'rate',
1411
+ 'tags',
1412
+ 'type',
1413
+ 'shoppingCount',
1403
1414
  'gender',
1404
- 'stock',
1405
- 'evaluation',
1406
- 'slug',
1407
- 'images',
1415
+ 'createdAt',
1408
1416
  ];
1409
1417
  this.buildFilterQuery = ({ clubDiscount, brands, prices, gender, tags, rate, customOptions, }) => {
1410
1418
  const filters = {};