@evergis/api 3.0.113 → 3.0.114
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.
- package/dist/api.cjs.development.js +1 -0
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +1 -0
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Resources.d.ts +2 -1
- package/package.json +2 -2
|
@@ -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 () {
|