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.
@@ -7490,7 +7490,10 @@
7490
7490
  sortOrder: exports.Api.ESortOrder.Asc,
7491
7491
  entityTypeConditions: this.attrFilter
7492
7492
  },
7493
- viaCdn: this.viaCdn
7493
+ viaCdn: this.viaCdn,
7494
+ req: {
7495
+ noCache: true
7496
+ }
7494
7497
  });
7495
7498
  const integrity = this.getIntegrityId();
7496
7499
  if (loopIntegrity == integrity && entities) {