@evergis/api 3.0.94 → 3.0.96

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
@@ -673,7 +673,23 @@ let ImportService = /*#__PURE__*/function (_Service) {
673
673
  }, {
674
674
  key: "getExternalWmsLayers",
675
675
  value: function getExternalWmsLayers(query) {
676
- return this.http.get("/import/wms", query).then(() => {});
676
+ return this.http.get("/import/wms", query).json();
677
+ }
678
+ /**
679
+ * No description
680
+ *
681
+ * @tags ImportService
682
+ * @name GetExternalArcGisLayers
683
+ * @operationId ImportServiceController_GetExternalArcGisLayers
684
+ * @summary Get list of external ArcGis map service layers.
685
+ * @request GET:/import/arcgismapservice
686
+ * @response `200` Success
687
+ */
688
+
689
+ }, {
690
+ key: "getExternalArcGisLayers",
691
+ value: function getExternalArcGisLayers(query) {
692
+ return this.http.get("/import/arcgismapservice", query).json();
677
693
  }
678
694
  /**
679
695
  * No description