bruce-models 7.1.45 → 7.1.46

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.
@@ -328,6 +328,7 @@
328
328
  EConcept["ATTACHMENT_TYPE"] = "at";
329
329
  EConcept["CHANGE_SET"] = "cs";
330
330
  EConcept["CLIENT_FILE"] = "clf";
331
+ EConcept["COMMENT"] = "cm";
331
332
  EConcept["CUSTOM_FORM"] = "csf";
332
333
  EConcept["DATA_FEED"] = "df";
333
334
  EConcept["DATA_LAB_QUERY"] = "q";
@@ -18607,7 +18608,7 @@
18607
18608
  })(exports.UrlUtils || (exports.UrlUtils = {}));
18608
18609
 
18609
18610
  // This is updated with the package.json version on build.
18610
- const VERSION = "7.1.45";
18611
+ const VERSION = "7.1.46";
18611
18612
 
18612
18613
  exports.VERSION = VERSION;
18613
18614
  exports.AbstractApi = AbstractApi;