bruce-models 0.4.0 → 0.4.1

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.
@@ -111,6 +111,7 @@ var Api;
111
111
  ECacheKey["UserGroup"] = "usergroup";
112
112
  ECacheKey["Account"] = "account";
113
113
  ECacheKey["CustomForm"] = "customform";
114
+ ECacheKey["ImportedFile"] = "importedfile";
114
115
  })(ECacheKey = Api.ECacheKey || (Api.ECacheKey = {}));
115
116
  Api.DEFAULT_CACHE_DURATION = 60 * 5; // 5 minutes.
116
117
  Api.TEMPLATE_ACCOUNT_ID = "template";