bruce-models 6.5.3 → 6.5.4

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.
@@ -13216,7 +13216,7 @@
13216
13216
  if (!expand) {
13217
13217
  expand = "";
13218
13218
  }
13219
- return exports.Api.ECacheKey.User + exports.Api.ECacheKey.Id + userId + exports.Api.ECacheKey.Id + accountId + exports.Api.ECacheKey.Session + exports.Api.ECacheKey.Id + sessionId;
13219
+ return exports.Api.ECacheKey.User + exports.Api.ECacheKey.Id + userId + exports.Api.ECacheKey.Id + accountId + exports.Api.ECacheKey.Session + exports.Api.ECacheKey.Id + sessionId + exports.Api.ECacheKey.Id + expand;
13220
13220
  }
13221
13221
  User.GetCacheKey = GetCacheKey;
13222
13222
  /**
@@ -15864,7 +15864,7 @@
15864
15864
  })(exports.Tracking || (exports.Tracking = {}));
15865
15865
 
15866
15866
  // This is updated with the package.json version on build.
15867
- const VERSION = "6.5.3";
15867
+ const VERSION = "6.5.4";
15868
15868
 
15869
15869
  exports.VERSION = VERSION;
15870
15870
  exports.AbstractApi = AbstractApi;