bruce-models 2.0.8 → 2.0.9

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.
@@ -7602,7 +7602,10 @@ var EntityFilterGetter;
7602
7602
  sortOrder: Api.ESortOrder.Asc,
7603
7603
  entityTypeConditions: this.attrFilter
7604
7604
  },
7605
- viaCdn: this.viaCdn
7605
+ viaCdn: this.viaCdn,
7606
+ req: {
7607
+ noCache: true
7608
+ }
7606
7609
  });
7607
7610
  const integrity = this.getIntegrityId();
7608
7611
  if (loopIntegrity == integrity && entities) {