@evergis/api 3.0.95 → 3.0.97

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
@@ -675,6 +675,22 @@ let ImportService = /*#__PURE__*/function (_Service) {
675
675
  value: function getExternalWmsLayers(query) {
676
676
  return this.http.get("/import/wms", query).json();
677
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();
693
+ }
678
694
  /**
679
695
  * No description
680
696
  *