@infrab4a/connect-angular 4.19.0-beta.12 → 4.19.0-beta.3

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