@evergis/api 3.0.195 → 3.0.196

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.esm.js CHANGED
@@ -4554,6 +4554,14 @@ let Layers = /*#__PURE__*/function (_LayersService) {
4554
4554
  value: function findOne(name) {
4555
4555
  return this.getLayerInfo(name);
4556
4556
  }
4557
+ }, {
4558
+ key: "findMany",
4559
+ value: function findMany(layerNames, projectNames) {
4560
+ return this.getLayersInfo({
4561
+ layerNames,
4562
+ projectNames
4563
+ });
4564
+ }
4557
4565
  }, {
4558
4566
  key: "findAll",
4559
4567
  value: function findAll(params) {