bruce-models 2.0.7 → 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.
@@ -3910,6 +3910,7 @@ var CamApi;
3910
3910
  url += "-stg.net/";
3911
3911
  break;
3912
3912
  case Api.EEnv.UAT:
3913
+ codeWord = "guardian";
3913
3914
  url += "-uat.net/";
3914
3915
  break;
3915
3916
  case Api.EEnv.PROD:
@@ -4333,6 +4334,7 @@ var IdmApi;
4333
4334
  url += "-stg.net/";
4334
4335
  break;
4335
4336
  case Api.EEnv.UAT:
4337
+ codeWord = "guardian";
4336
4338
  url += "-uat.net/";
4337
4339
  break;
4338
4340
  case Api.EEnv.PROD:
@@ -7600,7 +7602,10 @@ var EntityFilterGetter;
7600
7602
  sortOrder: Api.ESortOrder.Asc,
7601
7603
  entityTypeConditions: this.attrFilter
7602
7604
  },
7603
- viaCdn: this.viaCdn
7605
+ viaCdn: this.viaCdn,
7606
+ req: {
7607
+ noCache: true
7608
+ }
7604
7609
  });
7605
7610
  const integrity = this.getIntegrityId();
7606
7611
  if (loopIntegrity == integrity && entities) {