bruce-models 3.6.4 → 3.6.6

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.
@@ -71,6 +71,7 @@
71
71
  ECacheKey["AccessToken"] = "accesstoken";
72
72
  ECacheKey["UserGroup"] = "usergroup";
73
73
  ECacheKey["Account"] = "account";
74
+ ECacheKey["AccountFeatures"] = "accountfeatures";
74
75
  ECacheKey["DatabaseRegion"] = "databaseregion";
75
76
  ECacheKey["CustomForm"] = "customform";
76
77
  ECacheKey["ImportedFile"] = "importedfile";
@@ -10715,7 +10716,7 @@
10715
10716
  })(exports.DataSource || (exports.DataSource = {}));
10716
10717
 
10717
10718
  // This is updated with the package.json version on build.
10718
- const VERSION = "3.6.4";
10719
+ const VERSION = "3.6.6";
10719
10720
 
10720
10721
  exports.VERSION = VERSION;
10721
10722
  exports.AbstractApi = AbstractApi;