@evergis/api 3.0.113 → 3.0.115

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.
@@ -3541,6 +3541,7 @@ function isString(v) {
3541
3541
  (function (DependencyType) {
3542
3542
  DependencyType["Layer"] = "Layer";
3543
3543
  DependencyType["Table"] = "Table";
3544
+ DependencyType["Project"] = "Project";
3544
3545
  })(exports.DependencyType || (exports.DependencyType = {}));
3545
3546
 
3546
3547
  let Resources = /*#__PURE__*/function () {